- Use of new Keychain Access attribute - Error management (notifying the user) when opening app without required push and microphone permission - Enforcing APNID are sent to server, retry later if not able to reach server
11 lines
332 B
Ruby
11 lines
332 B
Ruby
platform :ios, '7.0'
|
|
|
|
link_with ["Signal", "SignalTests"]
|
|
|
|
pod 'UICKeyChainStore', :podspec => 'Podspecs/UICKeyChainStore.podspec'
|
|
pod 'OpenSSL', '~> 1.0.108'
|
|
pod 'MMDrawerController', '~> 0.5.0'
|
|
pod 'libPhoneNumber-iOS', '~> 0.7'
|
|
pod 'PastelogKit', '~> 1.0'
|
|
pod 'AFNetworking', '~> 2.3.1'
|