forked from uber-archive/ohana-ios
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Ohana.podspec
22 lines (18 loc) · 841 Bytes
/
Ohana.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Pod::Spec.new do |s|
s.name = 'Ohana'
s.version = '2.0.0'
s.summary = 'Contacts simplified'
s.homepage = 'https://github.com/uber/ohana-ios'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.authors = { 'Nick Entin' => '[email protected]',
'Maxwell Elliott' => '[email protected]',
'Doug Togno' => '[email protected]',
'Adam Zethraeus' => '[email protected]' }
s.source = { :git => 'https://github.com/uber/ohana-ios.git', :tag => s.version.to_s }
s.requires_arc = true
s.ios.deployment_target = '7.0'
s.source_files = 'Ohana/Classes/**/*.{h,m}'
s.frameworks = 'AddressBook', 'Contacts'
s.dependency 'UberSignals', '~> 2.0'
s.dependency 'libPhoneNumber-iOS', '~> 0.8'
end