blob: 6cd89210a4cacf51b265ff5f3c2a4772906e79e6 [file] [log] [blame]
{
"name": "SwimSwift",
"version": "0.1.6",
"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.6"
},
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"libraries": "z",
"dependencies": {
"Recon": [
]
},
"source_files": "Sources/{API,Client,Logging,Proto,WebSocket,iOS}/*.swift",
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core"
},
{
"name": "SwiftyBeaver",
"dependencies": {
"SwiftyBeaver": [
]
},
"xcconfig": {
"OTHER_SWIFT_FLAGS": "$(inherited) -DSWIMLOGGINGSWIFTYBEAVER"
}
}
]
}