Skip to content

Commit

Permalink
ABContactHelper spec
Browse files Browse the repository at this point in the history
  • Loading branch information
SwinX committed Apr 3, 2012
1 parent 91cbad7 commit 14f12a3
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions ABContactHelper/0.0.1/ABContactHelper.podspec
@@ -0,0 +1,12 @@
Pod::Spec.new do |s|
s.name = 'ABContactHelper'
s.version = '0.0.1'
s.license = 'BSD'
s.summary = 'Objective-C Address Book wrapper.'
s.homepage = 'https://github.com/erica/ABContactHelper'
s.author = { 'Erica Sadun' => '' }
s.source = { :git => 'https://github.com/erica/ABContactHelper.git', :commit => 'de4bc411fd45db5e7b5b13f38704764bc1e1bcd1' }
s.platform = :ios
s.source_files = 'ABContact.{h,m}', 'ABGroup.{h,m}', 'ABContactsHelper.{h,m}'
s.frameworks = 'AddressBook', 'AddressBookUI'
end

0 comments on commit 14f12a3

Please sign in to comment.