blob: 47c9969b87da2c834369cb24a3e6595f7ab5bada [file] [log] [blame]
{
"name": "ABRequestManager",
"version": "0.0.2",
"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.2"
},
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"source_files": "Classes/**/*.{h,m}",
"requires_arc": true,
"dependencies": {
"ABMultiton": [
"1.2.2"
],
"SCNetworkReachability": [
"1.2.0"
]
}
}