Skip to content

Add Cocoapods pod spec#7

Closed
leolannenmaki wants to merge 3 commits intophoboslab:typed-arraysfrom
leolannenmaki:cocoapods-pod-spec-pull-request
Closed

Add Cocoapods pod spec#7
leolannenmaki wants to merge 3 commits intophoboslab:typed-arraysfrom
leolannenmaki:cocoapods-pod-spec-pull-request

Conversation

@leolannenmaki
Copy link
Copy Markdown

Supporting Cocoapods would make it easier to use JavaScriptCore-iOS as a dependency in other projects.

If, for example, Ejecta used Cocoapods it's podfile could look like this:

platform :ios, '5.0'
pod 'SocketRocket', '~> 0.2.0'
pod 'JavaScriptCore-iOS', :git => 'https://github.com/phoboslab/JavaScriptCore-iOS.git', '~> 0.0.1'

Currently the pod spec depends on this repository having tag 0.0.1 which would need to be added after merging this to make the spec work.

As a possible next step, it would also be cool if this project could be added to the Cocoapods master repo.

…ild.

This might have been just a user error but I couldn't make it work without this. It's weird since building from inside Xcode works just fine without these.
@darionco
Copy link
Copy Markdown
Contributor

I don't use Cocoapods, but this seems like a useful addition for many people. +1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants