[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / b / 1 / d / SwimSwift / 0.2.2 / SwimSwift.podspec.json
blob7858fec5ff5412d4cc43050d4908415a2e468281
2   "name": "SwimSwift",
3   "version": "0.2.2",
4   "summary": "Swim",
5   "homepage": "https://github.com/swimit/swim-swift",
6   "license": {
7     "type": "Apache License, Version 2.0",
8     "file": "LICENSE.md"
9   },
10   "authors": {
11     "Chris Sachs": "chris@swim.it"
12   },
13   "source": {
14     "git": "https://github.com/swimit/swim-swift.git",
15     "tag": "0.2.2"
16   },
17   "requires_arc": true,
18   "platforms": {
19     "ios": "8.0"
20   },
21   "libraries": "z",
22   "dependencies": {
23     "ReachabilitySwift": [
24       ">= 2.3.3"
25     ],
26     "Recon": [
27       ">= 0.2.0"
28     ],
29     "SQLite.swift": [
30       ">= 0.10.0"
31     ],
32     "SwiftWebSocket": [
33       ">= 2.6.0"
34     ]
35   },
36   "source_files": "Sources/**/*.swift",
37   "default_subspecs": "Core",
38   "subspecs": [
39     {
40       "name": "Core"
41     },
42     {
43       "name": "SwiftyBeaver",
44       "dependencies": {
45         "SwiftyBeaver": [
46           ">= 0.4.2"
47         ]
48       },
49       "xcconfig": {
50         "OTHER_SWIFT_FLAGS": "-DSWIMLOGGINGSWIFTYBEAVER"
51       }
52     },
53     {
54       "name": "GoogleSignIn",
55       "xcconfig": {
56         "OTHER_SWIFT_FLAGS": "-DSWIMGOOGLESIGNIN"
57       },
58       "pod_target_xcconfig": {
59         "SWIFT_INCLUDE_PATHS": "$(PODS_ROOT)/Google",
60         "OTHER_LDFLAGS": "-undefined dynamic_lookup"
61       }
62     }
63   ]