blob: dd760a0c11093b13d9ee5e929ec8921d7b1f75c4 [file] [log] [blame]
{
"name": "Swallow",
"version": "0.1.9",
"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.9"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Swallow/Classes/**/*",
"frameworks": "CFNetwork",
"dependencies": {
"AFNetworking": [
"~> 3.0"
],
"YaEither": [
]
}
}