[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / d / 2 / 1 / ZeroDarkCloud / 0.9.0 / ZeroDarkCloud.podspec.json
blob9612b4e26049a5ac943fb8066c99b281690ccdb7
2   "name": "ZeroDarkCloud",
3   "version": "0.9.0",
4   "summary": "Zero-knowledge sync & messaging framework",
5   "homepage": "https://www.zerdark.cloud",
6   "license": "MIT",
7   "authors": {
8     "Robbie Hanson": "robbiehandon@deusty.com",
9     "Vinnie Moscaritolo": "vinnie@4th-a.com"
10   },
11   "source": {
12     "git": "https://github.com/4th-ATechnologies/ZeroDark.cloud.git",
13     "tag": "0.9.0"
14   },
15   "platforms": {
16     "osx": "10.12",
17     "ios": "10.0"
18   },
19   "dependencies": {
20     "AFNetworking": [
22     ],
23     "CocoaLumberjack": [
25     ],
26     "JWT": [
28     ],
29     "S4Crypto": [
30       ">= 2.2.9"
31     ],
32     "XMLDictionary": [
34     ],
35     "YapDatabase/SQLCipher-ObjC": [
36       ">= 4.0"
37     ],
38     "zipzap": [
40     ],
41     "ZDCSyncableObjC": [
43     ]
44   },
45   "ios": {
46     "dependencies": {
47       "SCLAlertView-Objective-C": [
49       ],
50       "KGHitTestingViews": [
52       ],
53       "JGProgressView": [
55       ],
56       "TCCopyableLabel": [
58       ],
59       "UIColor-Crayola": [
61       ]
62     }
63   },
64   "osx": {
65     "dependencies": {
66       "NSColor-Crayola": [
68       ]
69     }
70   },
71   "default_subspecs": "Core",
72   "subspecs": [
73     {
74       "name": "Core",
75       "ios": {
76         "exclude_files": [
77           "docs/**/*",
78           "ZeroDark.cloud/**/macOS/**/*"
79         ]
80       },
81       "osx": {
82         "exclude_files": [
83           "docs/**/*",
84           "ZeroDark.cloud/**/iOS/**/*"
85         ]
86       },
87       "source_files": "ZeroDark.cloud/**/*.{h,m,mm,c,storyboard,xib}",
88       "private_header_files": "ZeroDark.cloud/**/Internal/*.h",
89       "resources": [
90         "ZeroDark.cloud/Resources/*.{bip39,ttf,jpg,zip,m4a,html,json,xcassets}"
91       ]
92     },
93     {
94       "name": "Swift",
95       "dependencies": {
96         "ZeroDarkCloud/Core": [
98         ]
99       },
100       "source_files": "SwiftExtensions/*.swift"
101     }
102   ]