blob: b3852e354054206919691456aa100f0e37ba086f [file] [log] [blame]
{
"name": "BlackTea",
"version": "1.0.0",
"summary": "Simple Network abstraction layer in Swift",
"homepage": "https://github.com/manojmahapatra/BlackTea",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Manoj Mahapatra": "mahapatra.manoj@hotmail.com"
},
"social_media_url": "https://twitter.com/0manoj1",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/manojmahapatra/BlackTea.git",
"tag": "1.0.0"
},
"requires_arc": true,
"subspecs": [
{
"name": "Core",
"source_files": "Source/*.swift",
"dependencies": {
"Alamofire": [
"~> 1.2.0"
]
},
"frameworks": "Foundation"
}
]
}