blob: 83882d1c2e02b1cd68e651b74c4bfe903d1a3240 [file] [log] [blame]
{
"name": "RACAFNetworking",
"version": "1.1",
"summary": "AFNetworking ReactiveObjC extension",
"homepage": "https://github.com/zhaochengfeng/RACAFNetworking",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Zhao Chengfeng": "zhaochengfengios@163.com"
},
"source": {
"git": "https://github.com/zhaochengfeng/RACAFNetworking",
"tag": "1.1"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"dependencies": {
"ReactiveObjC": [
"~>3.0.0"
],
"AFNetworking": [
"~>3.0.0"
]
},
"source_files": "RACAFNetworking/RACAFNetworking/*"
}