Skip to content

Instantly share code, notes, and snippets.

@AlexDenisov
Created July 13, 2012 07:33
Show Gist options
  • Save AlexDenisov/3103394 to your computer and use it in GitHub Desktop.
Save AlexDenisov/3103394 to your computer and use it in GitHub Desktop.
Latest 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', :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