blob: 44e15f1d9ead92dad7adca709a6c385e6da7f838 [file] [log] [blame]
{
"name": "AFNetworking-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/CodaFi/AFNetworking-RACExtensions",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Robert Widmann": "devteam.codafi@gmail.com"
},
"source": {
"git": "https://github.com/lexrus/AFNetworking-RACExtensions.git",
"commit": "df8cfccc8a4c99cd733a05deec4fc716f6545dc0"
},
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"source_files": "ReactiveAFNetworking",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 1.2.0"
],
"ReactiveCocoa": [
"~> 1.5.0"
]
}
}