blob: 90a6725ebee9803f47a81119f3c09ac532548ecc [file] [log] [blame]
{
"name": "ABRequestManager",
"version": "0.0.1",
"summary": "Lightweight and extensible request manager for iOS/OS X.",
"homepage": "https://github.com/belkevich/requestmanager",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": {
"Alexey Belkevich": "belkevich.alexey@gmail.com"
},
"source": {
"git": "https://github.com/belkevich/requestmanager.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"source_files": "Classes/**/*.{h,m}",
"requires_arc": true,
"dependencies": {
"ABMultiton": [
],
"SCNetworkReachability": [
]
}
}