Created
July 13, 2012 07:33
-
-
Save AlexDenisov/3103394 to your computer and use it in GitHub Desktop.
Latest 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', :commit => 'e7a5e5c61b852eab3bb46e3042b5757ab41deec4' } | |
s.source_files = 'library/**/*.{h,m}' | |
s.author = { 'Itty Bitty Apps' => '[email protected]', 'Sadat Rahman' => 'https://twitter.com/sadatrahman' } | |
s.version = '1.0.0' | |
s.homepage = 'https://github.com/ittybittydude/IBAForms' | |
s.name = 'IBAForms' | |
s.platform = :ios | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment