blob: 054cbc743d6b602c1fd010291d55e4a2dd2ef2b8 [file] [log] [blame]
{
"name": "DRNRACNetworkClient",
"version": "0.1.0",
"summary": "A reactive network client",
"description": "A reactive network client built with AFNetworking and ReactiveCocoa to make pleasant dealing with network layer.",
"homepage": "https://github.com/ricowere/DRNRACNetworkClient",
"license": "MIT",
"authors": {
"David Rico": "drico.david@gmail.com"
},
"source": {
"git": "https://github.com/ricowere/DRNRACNetworkClient.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.3"
},
"requires_arc": true,
"public_header_files": "Source/**/*.h",
"default_subspecs": "Core",
"dependencies": {
"AFNetworking": [
"~> 2.5"
],
"ReactiveCocoa": [
"~> 2.5"
]
},
"subspecs": [
{
"name": "Core",
"source_files": "Source/**/*.{h,m}"
}
]
}