blob: 586740c0cc2b2fa2b863838d49ffda365abbe6e7 [file] [log] [blame]
{
"name": "Swallow",
"version": "0.1.4",
"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.4"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Swallow/Classes/**/*",
"dependencies": {
"AFNetworking": [
"~> 3.0"
],
"YaEither": [
]
}
}