[Add] RXSDK_Pure 3.0.301
[CocoaPods.git] / Specs / e / c / f / Canary / 0.2.5 / Canary.podspec.json
blob73d945d8d1330de14806e608877b1d58d02d0079
2   "name": "Canary",
3   "version": "0.2.5",
4   "summary": "Canary is SDK For CanaryWeb.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/Rake Yang/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.2.5"
17   },
18   "swift_versions": "4.0",
19   "platforms": {
20     "ios": "9.0",
21     "osx": "10.11"
22   },
23   "default_subspecs": "Core",
24   "resource_bundles": {
25     "Canary": [
26       "Sources/Assets/*"
27     ]
28   },
29   "user_target_xcconfig": {
30     "GCC_PREPROCESSOR_DEFINITIONS": "CANARY_ENABLE=1"
31   },
32   "dependencies": {
33     "MJExtension": [
35     ],
36     "SAMKeychain": [
37       "~> 1.5"
38     ],
39     "SocketRocket": [
40       "~> 0.5"
41     ]
42   },
43   "subspecs": [
44     {
45       "name": "Core",
46       "ios": {
47         "source_files": [
48           "Sources/Canary/Internal/*",
49           "Sources/Canary/*",
50           "Sources/Canary/iOS/*"
51         ]
52       },
53       "osx": {
54         "source_files": [
55           "Sources/Canary/Internal/*",
56           "Sources/Canary/*",
57           "Sources/Canary/macOS/*"
58         ]
59       },
60       "dependencies": {
61         "CocoaLumberjack": [
63         ]
64       }
65     },
66     {
67       "name": "Swift",
68       "source_files": "Sources/CanarySwift/*",
69       "dependencies": {
70         "Canary/Core": [
72         ],
73         "CocoaLumberjack/Swift": [
75         ]
76       }
77     }
78   ],
79   "swift_version": "4.0"