[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / b / 1 / d / SwimSwift / 0.1.6 / SwimSwift.podspec.json
blob6cd89210a4cacf51b265ff5f3c2a4772906e79e6
2   "name": "SwimSwift",
3   "version": "0.1.6",
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.6"
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/{API,Client,Logging,Proto,WebSocket,iOS}/*.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": "$(inherited) -DSWIMLOGGINGSWIFTYBEAVER"
42       }
43     }
44   ]