[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / e / c / f / Canary / 0.2.0 / Canary.podspec.json
blobb8cc41b020065c72db646fbc44b67cae77def25e
2   "name": "Canary",
3   "version": "0.2.0",
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.0"
17   },
18   "swift_versions": "4.0",
19   "platforms": {
20     "ios": "8.0",
21     "osx": "10.11"
22   },
23   "default_subspecs": "Core",
24   "dependencies": {
25     "MJExtension": [
27     ],
28     "SAMKeychain": [
29       "~> 1.5"
30     ],
31     "SocketRocket": [
32       "~> 0.5"
33     ]
34   },
35   "subspecs": [
36     {
37       "name": "Core",
38       "ios": {
39         "source_files": [
40           "Sources/Canary/Internal/*",
41           "Sources/Canary/*",
42           "Sources/Canary/iOS/*"
43         ]
44       },
45       "osx": {
46         "source_files": [
47           "Sources/Canary/Internal/*",
48           "Sources/Canary/*",
49           "Sources/Canary/macOS/*"
50         ]
51       },
52       "dependencies": {
53         "FMDB": [
54           "~> 2.7.0"
55         ],
56         "CocoaLumberjack": [
57           "<= 3.5.2"
58         ]
59       }
60     },
61     {
62       "name": "Swift",
63       "source_files": "Sources/CanarySwift/*",
64       "dependencies": {
65         "Canary/Core": [
67         ],
68         "CocoaLumberjack/Swift": [
69           "<= 3.5.2"
70         ]
71       }
72     }
73   ],
74   "swift_version": "4.0"