blob: 6a40d413f311a1ed226a40d0fbc828160f80497d [file] [log] [blame]
{
"name": "AFNetworking2-RACExtensions",
"version": "0.0.1",
"summary": "AFNetworking-RACExtensions is a delightful extension to the AFNetworking classes for iOS and Mac OS X.",
"homepage": "https://github.com/knshiro/AFNetworking-RACExtensions",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Robert Widmann": "devteam.codafi@gmail.com"
},
"source": {
"git": "https://github.com/knshiro/AFNetworking-RACExtensions.git",
"commit": "d4c6097d3f22be212c66339f850b1be180162747"
},
"platforms": {
"ios": "6.0",
"osx": "10.8"
},
"source_files": "ReactiveAFNetworking",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 2.0"
],
"ReactiveCocoa": [
"~> 2.0"
]
}
}