[Add] BoostAI 1.1.28
[CocoaPods.git] / Specs / b / 1 / d / SwimSwift / 0.1.8 / SwimSwift.podspec.json
blobf6f67325dde9817362ef42399b2c5893088d8ca0
2   "name": "SwimSwift",
3   "version": "0.1.8",
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.8"
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": [
38         ]
39       },
40       "xcconfig": {
41         "OTHER_SWIFT_FLAGS": "-DSWIMLOGGINGSWIFTYBEAVER"
42       }
43     },
44     {
45       "name": "GoogleSignIn",
46       "xcconfig": {
47         "OTHER_SWIFT_FLAGS": "-DSWIMGOOGLESIGNIN"
48       }
49     }
50   ]