blob: 44ea00033364726db22e68d2348c4338eb64639f [file] [log] [blame]
{
"name": "Swallow",
"version": "0.1.6",
"summary": "Convenient Network Framework in ObjC",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/yanolja/Swallow",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"BOHYEONGKO": "sepiacain@yanolja.com"
},
"source": {
"git": "https://github.com/yanolja/Swallow.git",
"tag": "0.1.6"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Swallow/Classes/**/*",
"dependencies": {
"AFNetworking": [
"~> 3.0"
],
"YaEither": [
]
}
}