Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 1k
Expand file tree
/
Copy pathChatSecureCore.podspec
More file actions
Latest commit
85 lines (67 loc) · 2.77 KB
/
Copy pathChatSecureCore.podspec
File metadata and controls
85 lines (67 loc) · 2.77 KB
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
Pod::Spec.newdo |s|
s.name='ChatSecureCore'
s.version='1.0.0'
s.summary='A short description of ChatSecureCore.'
s.description=<<-DESC
TODO: Add long description of the pod here.
DESC
s.homepage='https://github.com/ChatSecure/ChatSecure-iOS'
s.license={:type=>'GPLv3',:file=>'LICENSE'}
s.author={'Chris Ballinger'=>'chris@chatsecure.org'}
s.source={:git=>'https://github.com/ChatSecure/ChatSecureCore.git',:tag=>s.version.to_s}
s.social_media_url='https://twitter.com/ChatSecure'
s.ios.deployment_target='9.0'
# s.subspec 'Source' do |ss|
# ss.source_files = ['ChatSecure/Classes/**/*.{h,m,swift}', 'ChatSecureCore/**/*.h']
# ss.public_header_files = ['ChatSecureCore/ChatSecureCore.h',
# 'ChatSecureCore/Public/*.h',]
# ss.private_header_files = ['ChatSecureCore/Private/*.h']
# ss.xcconfig = { 'OTHER_CFLAGS' => '$(inherited) -DSQLITE_HAS_CODEC' }
# ss.frameworks = ['UIKit', 'StoreKit']
# end
s.module_name='ChatSecureCorePod'
# User Interface
s.dependency'OpenInChrome','~> 0.0'
s.dependency'JTSImageViewController','~> 1.4'
s.dependency'BButton','~> 4.0'
s.dependency'ARChromeActivity','~> 1.0'
s.dependency'QRCodeReaderViewController','~> 4.0'
s.dependency'ParkedTextField','~> 1.0'
s.dependency'JSQMessagesViewController'
s.dependency'LumberjackConsole'
# Utility
s.dependency'CocoaLumberjack/Swift','~> 3.7'
s.dependency'MWFeedParser','~> 1.0'
s.dependency'BBlock','~> 1.2'
s.dependency'LicensePlist'
# Network
s.dependency'CocoaAsyncSocket','~> 7.6.0'
s.dependency'ProxyKit/Client','~> 1.2.0'
s.dependency'GCDWebServer','~> 3.4'
# s.dependency 'CPAProxy'
s.dependency'XMPPFramework/Swift'
s.dependency'ChatSecure-Push-iOS'
s.dependency'SQLCipher','~> 4.4'
s.dependency'YapDatabase/SQLCipher','~> 4.0'
s.dependency'libsqlfs/SQLCipher'
s.dependency'IOCipher/GCDWebServer'
s.dependency'YapTaskQueue/SQLCipher'
# Crypto
s.dependency'SignalProtocolObjC'
s.dependency'OTRKit'
s.dependency'Alamofire','~> 5.0'
s.dependency'Kvitto','~> 1.0'
s.dependency"Mantle"
s.dependency"HTMLReader",'~> 2.1.1'
s.dependency"AFNetworking/Security",'~> 4.0'
s.dependency"ZXingObjC/QRCode",'~> 3.6'
s.dependency"SAMKeychain",'~> 1.5'
s.dependency"MBProgressHUD",'~> 1.1'
s.dependency"TTTAttributedLabel",'~> 2.0'
s.dependency"PureLayout",'~> 3.0'
s.dependency"KVOController",'~> 1.2'
s.dependency"XLForm",'~> 4.1'
s.dependency"FormatterKit/TimeIntervalFormatter",'~> 1.8'
s.dependency"FormatterKit/UnitOfInformationFormatter",'~> 1.8'
s.dependency"OTRAssets"
end