blob: 8f553f46ac2cdc23b3b45dbcf4c8b9cf4e643bbe [file] [log] [blame]
{
"name": "TDDownloadManager",
"version": "0.0.6",
"summary": "The `TDDownloadManager` is network library of Tech.D.",
"description": "The `TDDownloadManager` is network library of Tech.D.\n\n* This library is package several network's working flow to simplify call,\n* is import directly from `AFNetworking` library.",
"homepage": "https://github.com/TechD-Robin/TDDownloadManager/",
"source": {
"git": "https://github.com/TechD-Robin/TDDownloadManager.git",
"tag": "0.0.6"
},
"license": "MIT",
"authors": {
"Robin Hsu": "robinhsu599+dev@gmail.com"
},
"social_media_url": "https://plus.google.com/+RobinHsu",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"frameworks": [
"Foundation",
"UIKit"
],
"source_files": [
"ARCMacros.h",
"TDDownloadManager/*.{h,m,mm}"
],
"dependencies": {
"AFNetworking": [
"~> 2.5.4"
],
"TDFoundation": [
"~> 0.0.4"
]
}
}