blob: 405b32b5f50fb6dce3b039a82fa91d2a0b48b35c [file] [log] [blame]
{
"name": "SimpleDownloader",
"version": "0.1.0",
"summary": "A Light Weight Downloader.",
"description": "This is a light weight downloader library.",
"homepage": "https://github.com/notohiro/SimpleDownloader",
"license": "MIT",
"authors": {
"Hiroshi Noto": "notohiro@gmail.com"
},
"source": {
"git": "https://github.com/notohiro/SimpleDownloader.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"SimpleDownloader": [
"Pod/Assets/*.png"
]
}
}