Skip to content

Commit

Permalink
[Update] IBAForms (1.1.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel Rinaldi committed Sep 28, 2012
1 parent 5df95de commit a9cb4bf
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions IBAForms/1.1.0/IBAForms.podspec
@@ -0,0 +1,13 @@
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.prefix_header_contents = "#ifdef __OBJC__\n #import <CoreData/CoreData.h>\n#endif"
s.author = { 'Itty Bitty Apps' => 'info@ittybittyapps.com', 'Sadat Rahman' => 'https://twitter.com/sadatrahman' }
s.version = '1.1.0'
s.homepage = 'https://github.com/ittybittydude/IBAForms'
s.name = 'IBAForms'
s.platform = :ios
s.framework = 'CoreData'
end

0 comments on commit a9cb4bf

Please sign in to comment.