[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / b / 1 / d / SwimSwift / 0.5.1 / SwimSwift.podspec.json
blobce029b08ec152d356bbff2e7e266bc0cee0317f9
2   "name": "SwimSwift",
3   "version": "0.5.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.5.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     {
57       "name": "GoogleSignIn",
58       "xcconfig": {
59         "OTHER_SWIFT_FLAGS": "-DSWIMGOOGLESIGNIN"
60       },
61       "pod_target_xcconfig": {
62         "SWIFT_INCLUDE_PATHS": "$(PODS_ROOT)/Google",
63         "OTHER_LDFLAGS": "-undefined dynamic_lookup",
64         "ENABLE_BITCODE": "NO"
65       },
66       "user_target_xcconfig": {
67         "ENABLE_BITCODE": "NO"
68       }
69     }
70   ]