blob: 5ccc6571f639c55aa63d4553935b98a34ff888bf [file] [log] [blame]
{
"name": "SwimSwift",
"version": "0.1.10",
"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.10"
},
"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": [
"0.4.1"
]
},
"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"
}
}
]
}