[Add] RXSDK_Pure 3.0.301
[CocoaPods.git] / Specs / e / c / f / Canary / 0.1.1 / Canary.podspec.json
blobf60fe7d5a1ccd8acf481acc6be3a4e0f6790c4a2
2   "name": "Canary",
3   "version": "0.1.1",
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.1.1"
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         "CocoaLumberjack": [
54           "<= 3.5.2"
55         ]
56       }
57     },
58     {
59       "name": "Swift",
60       "source_files": "Sources/CanarySwift/*",
61       "dependencies": {
62         "Canary/Core": [
64         ],
65         "CocoaLumberjack/Swift": [
66           "<= 3.5.2"
67         ]
68       }
69     }
70   ],
71   "swift_version": "4.0"