blob: ace74dea08bd3c9a49d243fef3ffed7806acedc8 [file] [log] [blame]
{
"name": "BASwiftAPIManager",
"version": "0.1.0",
"summary": "SwiftAPIManager",
"homepage": "https://gitlab.com/brkakkaya/swift-api-manager",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Burak AKKAYA": "brk.akkaya@gmail.com"
},
"source": {
"git": "https://gitlab.com/brkakkaya/swift-api-manager.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "10.0"
},
"requires_arc": true,
"pod_target_xcconfig": {
"DEFINES_MODULE": "YES"
},
"static_framework": true,
"source_files": "APIManager/**/*.swift",
"dependencies": {
"BASwiftExtensions": [
"~> 0.1.0"
]
}
}