[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / b / 1 / d / SwimSwift / 0.2.1 / SwimSwift.podspec.json
blob9b9f91777d827a2183fb72ce8f73d6e6eee5dfac
2   "name": "SwimSwift",
3   "version": "0.2.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.2.1"
16   },
17   "requires_arc": true,
18   "platforms": {
19     "ios": "8.0"
20   },
21   "libraries": "z",
22   "dependencies": {
23     "Recon": [
24       ">= 0.2.0"
25     ],
26     "SQLite.swift": [
27       ">= 0.10.0"
28     ],
29     "SwiftWebSocket": [
30       ">= 2.6.0"
31     ]
32   },
33   "source_files": "Sources/**/*.swift",
34   "default_subspecs": "Core",
35   "subspecs": [
36     {
37       "name": "Core"
38     },
39     {
40       "name": "SwiftyBeaver",
41       "dependencies": {
42         "SwiftyBeaver": [
43           ">= 0.4.2"
44         ]
45       },
46       "xcconfig": {
47         "OTHER_SWIFT_FLAGS": "-DSWIMLOGGINGSWIFTYBEAVER"
48       }
49     },
50     {
51       "name": "GoogleSignIn",
52       "xcconfig": {
53         "OTHER_SWIFT_FLAGS": "-DSWIMGOOGLESIGNIN"
54       },
55       "pod_target_xcconfig": {
56         "SWIFT_INCLUDE_PATHS": "$(PODS_ROOT)/Google",
57         "OTHER_LDFLAGS": "-undefined dynamic_lookup"
58       }
59     }
60   ]