[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / e / c / f / Canary / 0.8.2 / Canary.podspec.json
blobbabe50c29f0fc83c7cfbc2cc127d2b11f11efdd9
2   "name": "Canary",
3   "version": "0.8.2",
4   "summary": "Canary is SDK For CanaryService.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/BinaryParadise/Canary",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Rake Yang": "fenglaijun@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/BinaryParadise/Canary.git",
16     "tag": "0.8.2"
17   },
18   "swift_versions": "4.2",
19   "platforms": {
20     "ios": "9.0"
21   },
22   "pod_target_xcconfig": {
23     "DEFINES_MODULE": "YES"
24   },
25   "user_target_xcconfig": {
26     "GCC_PREPROCESSOR_DEFINITIONS": "CANARY_ENABLE=1",
27     "OTHER_SWIFT_FLAGS": "-D CANARY_ENABLE"
28   },
29   "resources": "Sources/iOS/Canary.bundle",
30   "default_subspecs": "iOS",
31   "subspecs": [
32     {
33       "name": "iOS",
34       "source_files": "Sources/iOS/**/*.{swift,rb}",
35       "dependencies": {
36         "Canary/Core": [
38         ],
39         "SnapKit": [
41         ]
42       }
43     },
44     {
45       "name": "Core",
46       "source_files": "Sources/Core/**/*.{swift}",
47       "dependencies": {
48         "SwifterSwift": [
50         ],
51         "SnapKit": [
53         ],
54         "SwiftyJSON": [
56         ],
57         "Starscream": [
58           "~> 4.0"
59         ],
60         "Canary/Proto": [
62         ]
63       }
64     },
65     {
66       "name": "Proto",
67       "source_files": "Sources/Proto/**/*.{swift}",
68       "dependencies": {
69         "SwiftyJSON": [
71         ]
72       }
73     }
74   ],
75   "swift_version": "4.2"