[Add] RXSDK_Pure 3.0.301
[CocoaPods.git] / Specs / e / c / f / Canary / 0.5.0 / Canary.podspec.json
blob5a942215fefa3c03be98d7b1cb6186bcc6c91131
2   "name": "Canary",
3   "version": "0.5.0",
4   "summary": "Canary is SDK For CanaryService.",
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.5.0"
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/Assets/Canary.bundle",
30   "source_files": "Sources/CanarySwift/**/*",
31   "exclude_files": "Sources/Feature/**/*",
32   "public_header_files": "Sources/CanarySwift/Mock/CanaryMockURLProtocol.h",
33   "dependencies": {
34     "SwifterSwift": [
36     ],
37     "SnapKit": [
39     ],
40     "SwiftyJSON": [
42     ],
43     "SocketRocket": [
44       "~> 0.5"
45     ]
46   },
47   "swift_version": "4.2"