Skip to content

Instantly share code, notes, and snippets.

@jk
Created November 29, 2011 08:57
Show Gist options
  • Save jk/1404077 to your computer and use it in GitHub Desktop.
Save jk/1404077 to your computer and use it in GitHub Desktop.
Podspec for IBAForms
Pod::Spec.new do |s|
s.summary = 'A simple iPhone forms library'
s.license = 'Apache License, Version 2.0'
s.source = { :git => 'https://github.com/ittybittydude/IBAForms.git', :tag => '1.0.0' }
s.source_files = 'library/**/*.{h,m}'
s.author = { 'Itty Bitty Apps' => 'info@ittybittyapps.com' }
s.version = '1.0.0'
s.homepage = 'https://github.com/ittybittydude/IBAForms'
s.name = 'IBAForms'
s.platform = :ios
s.framework = 'CoreData'
end
@alloy
Copy link

alloy commented Jan 31, 2012

Will you be sending a pull request for this on https://github.com/CocoaPods/Specs ?

@jk
Copy link
Author

jk commented Jan 31, 2012

I don't know yet. It worked the last time I checked, but since I'm not using CocoaPods at the moment it isn't really that tested so I hesitate to do pull request.

@alloy
Copy link

alloy commented Jan 31, 2012

I understand, but if you have tested it at least once, then I think it should be good and anyone that decides to use it can fix it if there's something wrong/missing. I.e. you won’t be held responsible, but any work already done does help a lot :)

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