-
Notifications
You must be signed in to change notification settings - Fork 0
/
MessagesKit.podspec
31 lines (28 loc) · 1003 Bytes
/
MessagesKit.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Pod::Spec.new do |s|
s.name = 'MessagesKit'
s.version = '0.1'
s.summary = 'reTXT messaging framework for iOS/OSX'
s.homepage = 'https://github.com/reTXT/MessagesKit'
s.license = 'MIT'
s.author = { 'Kevin Wooten' => '[email protected]' }
s.source = { :git => 'https://github.com/reTXT/MessagesKit.git', :tag => "#{s.version}" }
s.requires_arc = true
s.ios.deployment_target = '8.0'
s.source_files = 'MessagesKit/*.{h,m,swift}'
s.resources = ['Certificates', 'Migrations']
s.dependency 'OpenSSLCrypto'
s.dependency 'CocoaLumberjack/Swift'
s.dependency 'DeviceKit'
s.dependency 'FMDB/standalone/swift'
s.dependency 'FMDBMigrationManager'
s.dependency 'HTMLReader'
s.dependency 'PromiseKit/DietFoundation'
s.dependency 'PromiseKit/AddressBook'
s.dependency 'PromiseKit/AssetsLibrary'
s.dependency 'PromiseKit/AVFoundation'
s.dependency 'PSOperations'
s.dependency 'SocketRocket'
s.dependency 'SSKeychain'
s.dependency 'Thrift'
s.dependency 'YOLOKit'
end