blob: 9a47e48d6d30e9f0ac1c664ad2a625e0c7bd087d [file] [log] [blame]
{
"name": "SwimSwift",
"version": "0.1.7",
"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.1.7"
},
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"libraries": "z",
"dependencies": {
"Recon": [
]
},
"source_files": "Sources/**/*.swift",
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core"
},
{
"name": "SwiftyBeaver",
"dependencies": {
"SwiftyBeaver": [
]
},
"xcconfig": {
"OTHER_SWIFT_FLAGS": "-DSWIMLOGGINGSWIFTYBEAVER"
}
},
{
"name": "GoogleSignIn",
"dependencies": {
"Google/SignIn": [
]
},
"xcconfig": {
"OTHER_SWIFT_FLAGS": "-DSWIMGOOGLESIGNIN"
}
}
]
}