Skip to content
This repository has been archived by the owner on Sep 25, 2023. It is now read-only.

Need a versioning system so I can publish a CocaoPods spec. #3

Open
jasperblues opened this issue Dec 5, 2012 · 3 comments
Open

Need a versioning system so I can publish a CocaoPods spec. #3

jasperblues opened this issue Dec 5, 2012 · 3 comments

Comments

@jasperblues
Copy link

No description provided.

@jasperblues
Copy link
Author

I currently get UsefulBits from CocaoPods by inlining a spec in the Podfile. . . other developers might find it easier to declare a simple dependency and a version.

@jasperblues
Copy link
Author

Here's the podspec:

pod do |spec|
spec.name = 'UsefulBits'
spec.version = '8854232085'
spec.source = { :git => 'https://github.com/kevinoneill/Useful-Bits.git', :commit => '8854232085' }
spec.source_files = 'UsefulBits/*/.{h,m}'
spec.frameworks = ['Security']
end

@yas375
Copy link

yas375 commented Jan 30, 2013

+1 for cocoapods support!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants