blob: 64398338d7d286b88d9cd04b2000f74c0f3b94aa [file] [log] [blame]
{
"name": "SwimSwift",
"version": "0.2.8",
"summary": "Swim",
"homepage": "https://github.com/swimit/swim-swift",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE.md"
},
"authors": {
"Chris Sachs": "chris@swim.it"
},
"source": {
"git": "https://github.com/swimit/swim-swift.git",
"tag": "0.2.8"
},
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"libraries": "z",
"dependencies": {
"Bolts": [
">= 1.7.0"
],
"ReachabilitySwift": [
">= 2.3.3"
],
"Recon": [
">= 0.2.0"
],
"SQLite.swift": [
">= 0.10.0"
],
"SwiftWebSocket": [
">= 2.6.0"
]
},
"source_files": "Sources/**/*.swift",
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core"
},
{
"name": "SwiftyBeaver",
"dependencies": {
"SwiftyBeaver": [
">= 0.4.2"
]
},
"xcconfig": {
"OTHER_SWIFT_FLAGS": "-DSWIMLOGGINGSWIFTYBEAVER"
}
},
{
"name": "GoogleSignIn",
"xcconfig": {
"OTHER_SWIFT_FLAGS": "-DSWIMGOOGLESIGNIN"
},
"pod_target_xcconfig": {
"SWIFT_INCLUDE_PATHS": "$(PODS_ROOT)/Google",
"OTHER_LDFLAGS": "-undefined dynamic_lookup"
}
}
]
}