blob: 7fdb501ebec16183116dd8e2745e9c43d3485e50 [file] [log] [blame]
{
"name": "HTMIDownloadManager",
"version": "0.1.0",
"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.0"
},
"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"
}
]
}