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