-
Notifications
You must be signed in to change notification settings - Fork 0
/
Podfile
36 lines (27 loc) · 1.49 KB
/
Podfile
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
32
33
34
35
36
platform :ios, '8.0'
use_frameworks!
target :MessagesKit do
pod 'OpenSSLCrypto', :git => 'https://github.com/reTXT/OpenSSLCrypto.git'
pod 'FMDB/standalone/swift', :git => 'https://github.com/reTXT/fmdb.git', :branch => 'current'
pod 'FMDBMigrationManager', :git => 'https://github.com/reTXT/FMDBMigrationManager.git', :branch => 'master'
pod 'YOLOKit', :git => 'https://github.com/reTXT/YOLOKit.git', :branch => 'master'
pod 'PSOperations/Core', :git => 'https://github.com/reTXT/PSOperations.git', :branch => 'current'
pod 'PSOperations/SystemConfiguration', :git => 'https://github.com/reTXT/PSOperations.git', :branch => 'current'
pod 'Thrift', :git => 'https://github.com/reTXT/thrift.git', :branch => 'master'
pod 'PromiseKit/DietFoundation', :git => 'https://github.com/reTXT/PromiseKit.git', :branch => 'master'
pod 'PromiseKit/AddressBook', :git => 'https://github.com/reTXT/PromiseKit.git', :branch => 'master'
pod 'PromiseKit/AssetsLibrary', :git => 'https://github.com/reTXT/PromiseKit.git', :branch => 'master'
pod 'PromiseKit/AVFoundation', :git => 'https://github.com/reTXT/PromiseKit.git', :branch => 'master'
pod 'KVOController'
pod 'DeviceKit'
pod 'CocoaLumberjack/Swift'
pod 'HTMLReader'
pod 'SSKeychain'
pod 'SocketRocket'
target :MessagesKitTests do
pod 'OCMock'
pod 'OMGHTTPURLRQ'
pod 'JPSimulatorHacks', :git => 'https://github.com/reTXT/JPSimulatorHacks.git'
pod 'PopulateKit', :git => 'https://github.com/reTXT/Populate.git'
end
end