blob: 75059d4c89bf1ff1a83dff17d3d3e192b5f88340 [file] [log] [blame]
{
"name": "EasyDownloadSession",
"version": "1.0.5",
"summary": "EasyDownloadSession allows to pause and resume downloads having a full control of the order of execution.",
"homepage": "https://github.com/lagubull/",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Javier Laguna": "lagubull@hotmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/lagubull/EasyDownloadSession.git",
"branch": "master",
"tag": "1.0.5"
},
"source_files": "EasyDownloadSession/**/*.{h,m}",
"public_header_files": "EasyDownloadSession/**/*.{h}",
"prefix_header_contents": "#import \"EasyDownloadSession.h\"",
"frameworks": "UIKit",
"requires_arc": true
}