blob: a53c2dd80546e389e950bf21ca650a14523a69bc [file] [log] [blame]
{
"name": "AFNetworking-RACExtensions",
"version": "0.1.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/CodaFi/AFNetworking-RACExtensions.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"source_files": "ReactiveAFNetworking",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 1.0"
],
"ReactiveCocoa": [
"~> 1.0"
]
}
}