blob: 75c774f623deb0b9b4c09c62425ecee12c984ea3 [file] [log] [blame]
{
"name": "SODownloader",
"version": "0.1.1",
"summary": "A simple downloader base on AFNetworking.",
"homepage": "https://github.com/scfhao/SODownloader",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"scfhao": "scfhao@126.com"
},
"source": {
"git": "https://github.com/scfhao/SODownloader.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "7.0"
},
"source_files": "SODownloader/Classes/*.{h,m}",
"dependencies": {
"AFNetworking": [
"~> 3.0"
]
}
}