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