| { |
| "name": "HTMIDownloadManager", |
| "version": "0.1.3", |
| "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.3" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "HTMIDownloadManager/Classes/**/*", |
| "frameworks": [ |
| "UIKit", |
| "MapKit" |
| ], |
| "dependencies": { |
| "HTMINetWork": [ |
| |
| ] |
| }, |
| "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" |
| } |
| ] |
| } |