blob: 2f040f58d5ae03fb7194b4989eb3faebb7454a6b [file] [log] [blame]
{
"name": "HTMIDownloadManager",
"version": "0.1.2",
"summary": "A short description of HTMIDownloadManager.",
"description": "TODO: my download.",
"homepage": "https://github.com/lqwang521/HTMIDownloadManager",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"lqwang521": "wanglq@htmitech.com"
},
"source": {
"git": "https://github.com/lqwang521/HTMIDownloadManager.git",
"tag": "0.1.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": "HTMIDownloadManager/Classes/**/*",
"frameworks": [
"UIKit",
"MapKit"
],
"dependencies": {
"AFNetworking": [
"~> 3.0"
]
},
"subspecs": [
{
"name": "MD5",
"platforms": {
"ios": "8.0"
},
"source_files": "HTMIDownloadManager/Classes/NSString+Hash.{h,m}",
"public_header_files": "HTMIDownloadManager/Classes/NSString+Hash.h",
"frameworks": "UIKit"
}
]
}