[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / b / 1 / d / SwimSwift / 0.7.1 / SwimSwift.podspec.json
blob35500b7938e15933647b1ec05f72f377e8a55947
2   "name": "SwimSwift",
3   "version": "0.7.1",
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.7.1"
16   },
17   "requires_arc": true,
18   "platforms": {
19     "ios": "8.0"
20   },
21   "libraries": "z",
22   "dependencies": {
23     "Bolts": [
24       ">= 1.7.0"
25     ],
26     "ReachabilitySwift": [
27       ">= 2.3.3"
28     ],
29     "Recon": [
30       ">= 0.2.0"
31     ],
32     "SQLite.swift": [
33       ">= 0.10.0"
34     ],
35     "SwiftWebSocket": [
36       ">= 2.6.0"
37     ]
38   },
39   "source_files": "Sources/**/*.swift",
40   "default_subspecs": "Core",
41   "subspecs": [
42     {
43       "name": "Core"
44     },
45     {
46       "name": "SwiftyBeaver",
47       "dependencies": {
48         "SwiftyBeaver": [
49           ">= 0.4.2"
50         ]
51       },
52       "xcconfig": {
53         "OTHER_SWIFT_FLAGS": "-DSWIMLOGGINGSWIFTYBEAVER"
54       }
55     }
56   ]