[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / d / 2 / 1 / ZeroDarkCloud / 0.9.3 / ZeroDarkCloud.podspec.json
blob316741bf5029b3f255c553fd34a586f77c99b8b8
2   "name": "ZeroDarkCloud",
3   "version": "0.9.3",
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.3"
14   },
15   "platforms": {
16     "osx": "10.12",
17     "ios": "10.0"
18   },
19   "dependencies": {
20     "AFNetworking": [
22     ],
23     "S4Crypto": [
24       ">= 2.2.9"
25     ],
26     "XMLDictionary": [
28     ],
29     "YapDatabase/SQLCipher-ObjC": [
30       ">= 4.0"
31     ],
32     "zipzap": [
34     ],
35     "ZDCSyncableObjC": [
37     ]
38   },
39   "ios": {
40     "dependencies": {
41       "SCLAlertView-Objective-C": [
43       ],
44       "KGHitTestingViews": [
46       ],
47       "JGProgressView": [
49       ],
50       "TCCopyableLabel": [
52       ],
53       "UIColor-Crayola": [
55       ]
56     }
57   },
58   "osx": {
59     "dependencies": {
60       "NSColor-Crayola": [
62       ]
63     }
64   },
65   "default_subspecs": "Core",
66   "subspecs": [
67     {
68       "name": "Core",
69       "ios": {
70         "exclude_files": [
71           "docs/**/*",
72           "ZeroDark.cloud/**/macOS/**/*"
73         ]
74       },
75       "osx": {
76         "exclude_files": [
77           "docs/**/*",
78           "ZeroDark.cloud/**/iOS/**/*"
79         ]
80       },
81       "source_files": "ZeroDark.cloud/**/*.{h,m,mm,c,storyboard,xib}",
82       "private_header_files": "ZeroDark.cloud/**/Internal/*.h",
83       "resources": [
84         "ZeroDark.cloud/Resources/*.{bip39,ttf,jpg,zip,m4a,html,json,xcassets}"
85       ]
86     },
87     {
88       "name": "Swift",
89       "dependencies": {
90         "ZeroDarkCloud/Core": [
92         ]
93       },
94       "source_files": "SwiftExtensions/*.swift"
95     }
96   ]