[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / b / 1 / d / SwimSwift / 0.8.4 / SwimSwift.podspec.json
blob0a9a6ad229e5fcec83b0ae91854f198825b96683
2   "name": "SwimSwift",
3   "version": "0.8.4",
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.8.4"
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.3.2"
31     ],
32     "SQLite.swift": [
33       ">= 0.10.1"
34     ],
35     "SwiftWebSocket": [
36       ">= 2.6.2"
37     ]
38   },
39   "source_files": [
40     "Dwifft/**/*.swift",
41     "Sources/**/*.swift"
42   ],
43   "default_subspecs": "Core",
44   "subspecs": [
45     {
46       "name": "Core"
47     },
48     {
49       "name": "SwiftyBeaver",
50       "dependencies": {
51         "SwiftyBeaver": [
52           ">= 0.5.4"
53         ]
54       },
55       "xcconfig": {
56         "OTHER_SWIFT_FLAGS": "-DSWIMLOGGINGSWIFTYBEAVER"
57       }
58     }
59   ]