Skip to content

Instantly share code, notes, and snippets.

@jonsterling
Forked from jk/IBAForms.podspec
Created June 16, 2012 03:24
Show Gist options
  • Save jonsterling/2939791 to your computer and use it in GitHub Desktop.
Save jonsterling/2939791 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/yardsale/IBAForms.git', :tag => '1.1.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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment