Files
JBChartView/ABGetMe/1.0.0/ABGetMe.podspec
T
Fabio Pelosin 58cd40e9a3 [Fix] ABGetMe.
2012-07-13 01:33:00 +02:00

14 lines
610 B
Ruby

Pod::Spec.new do |s|
s.name = "ABGetMe"
s.version = "1.0.0"
s.summary = "ABGetMe implementation for iOS using undocumented APIs (safely)."
s.description = "Find the address book card (ABRecordRef) of the owner of an iOS device."
s.homepage = "https://github.com/0xced/ABGetMe"
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { "Cédric Luthi" => "cedric.luthi@gmail.com" }
s.source = { :git => "https://github.com/0xced/ABGetMe.git", :tag => "1.0.0" }
s.platform = :ios, '4.0'
s.source_files = 'ABGetMe'
s.requires_arc = true
end