blob: e62b796b9ee218045a8a2c0d3ee15b9a0496c685 [file] [log] [blame]
{
"name": "AFNetworking-RACExtensions",
"version": "0.1.2",
"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.2"
},
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"source_files": "ReactiveAFNetworking",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 1.0"
],
"ReactiveCocoa": [
"2.0"
]
}
}