blob: f751b9c1c706e6478c231dedf78531c90c2907f4 [file] [log] [blame]
{
"name": "ReactiveAFNetworking",
"version": "1.1.0",
"summary": "Wrapping AFNetworking with ReactiveObjC",
"description": "Using AFNetworking 4 and update ReactiveObjc, hopefully will become replacement for popular AFNetworking+RACExtension",
"homepage": "https://github.com/ibnusina/ReactiveAFNetworking",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ibnu Sina": "ibnu.sina009@gmail.com"
},
"source": {
"git": "https://github.com/ibnusina/ReactiveAFNetworking.git",
"tag": "1.1.0"
},
"platforms": {
"ios": "10.0"
},
"source_files": "ReactiveAFNetworking/Classes/**/*",
"public_header_files": "ReactiveAFNetworking/Classes/*.h",
"dependencies": {
"AFNetworking": [
"~> 4"
],
"ReactiveObjC": [
">= 1"
]
}
}