Created
November 29, 2011 08:57
-
-
Save jk/1404077 to your computer and use it in GitHub Desktop.
Podspec for IBAForms
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' => '[email protected]' } | |
s.version = '1.0.0' | |
s.homepage = 'https://github.com/ittybittydude/IBAForms' | |
s.name = 'IBAForms' | |
s.platform = :ios | |
s.framework = 'CoreData' | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 :)