[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / b / 1 / d / SwimSwift / 0.1.10 / SwimSwift.podspec.json
blob5ccc6571f639c55aa63d4553935b98a34ff888bf
2   "name": "SwimSwift",
3   "version": "0.1.10",
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.1.10"
16   },
17   "requires_arc": true,
18   "platforms": {
19     "ios": "8.0"
20   },
21   "libraries": "z",
22   "dependencies": {
23     "Recon": [
25     ]
26   },
27   "source_files": "Sources/**/*.swift",
28   "default_subspecs": "Core",
29   "subspecs": [
30     {
31       "name": "Core"
32     },
33     {
34       "name": "SwiftyBeaver",
35       "dependencies": {
36         "SwiftyBeaver": [
37           "0.4.1"
38         ]
39       },
40       "xcconfig": {
41         "OTHER_SWIFT_FLAGS": "-DSWIMLOGGINGSWIFTYBEAVER"
42       }
43     },
44     {
45       "name": "GoogleSignIn",
46       "xcconfig": {
47         "OTHER_SWIFT_FLAGS": "-DSWIMGOOGLESIGNIN"
48       },
49       "pod_target_xcconfig": {
50         "SWIFT_INCLUDE_PATHS": "$(PODS_ROOT)/Google",
51         "OTHER_LDFLAGS": "-undefined dynamic_lookup"
52       }
53     }
54   ]