Skip to content

Commit

Permalink
[New Pod] IBAForms: A simple iPhone forms library
Browse files Browse the repository at this point in the history
  • Loading branch information
jk committed Mar 19, 2012
1 parent abf27ad commit 8be4689
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions IBAForms/1.0.0/IBAForms.podspec
@@ -0,0 +1,12 @@
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' => 'info@ittybittyapps.com', 'Sadat Rahman' => 'https://twitter.com/sadatrahman' }
s.version = '1.0.0'
s.homepage = 'https://github.com/ittybittydude/IBAForms'
s.name = 'IBAForms'
s.platform = :ios
s.framework = 'CoreData'
end

0 comments on commit 8be4689

Please sign in to comment.