blob: fd3a49870d39b9102bc63eacc63e1ac9b742d092 [file] [log] [blame]
{
"name": "IADownloadManager",
"version": "1.0.0",
"summary": "iOS download manager, Download a set of files in parallel and sequential order.",
"homepage": "http://iosinjordan.tumblr.com/post/57601841452/a-minimalist-download-manager-for-ios",
"screenshots": [
"http://i1348.photobucket.com/albums/p740/o_abdelhafith/iOSSimulatorScreenshotAug142013125034AM_zps3a5dd46b.png",
"http://i1348.photobucket.com/albums/p740/o_abdelhafith/iOSSimulatorScreenshotAug142013125030AM_zpsd3a81ed6.png"
],
"authors": {
"omar abdelhafith": "ed.abdelhafith@gmail.com"
},
"source": {
"git": "https://github.com/Infusion-apps/Download-Manager.git",
"tag": "1.0.0"
},
"source_files": "IADownloadManager/*.{h,m}",
"platforms": {
"ios": "5.0"
},
"license": "MIT",
"requires_arc": true,
"dependencies": {
"EGOCache": [
"~> 2.0"
],
"AFNetworking": [
"~> 1.3"
]
}
}