blob: fe24b243eb5d509f8e09ce51ddf8dd99afc2ecac [file] [log] [blame]
{
"name": "TDResourceManager",
"version": "0.0.3",
"summary": "The `TDResourceManager` is base resource manager library of Tech.D.",
"description": "The `TDResourceManager` is base resource manager library of Tech.D.\n\n* The Resource Manager provide the same method to get resources,\n* can get resources from resourcePath(normal file system), assets bundle object and zipped file.",
"homepage": "https://github.com/TechD-Robin/TDResourceManager/",
"source": {
"git": "https://github.com/TechD-Robin/TDResourceManager.git",
"tag": "0.0.3"
},
"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",
"source_files": [
"ARCMacros.h",
"TDResourceManager/*.{h,m,mm}"
],
"dependencies": {
"TDforkZipArchive": [
"~> 1.3.2"
],
"TDFoundation": [
"~> 0.0.4"
]
}
}