blob: 68445489f8c5a56c4ae2c869cb85376113ddd1df [file] [log] [blame]
{
"name": "MJCacheManager",
"version": "0.1.0",
"summary": "The management of the resource cache.",
"homepage": "https://github.com/Musjoy/MJCacheManager",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ray": "Ray.musjoy@gmail.com"
},
"source": {
"git": "https://github.com/Musjoy/MJCacheManager.git",
"tag": "v-0.1.0"
},
"platforms": {
"ios": "7.0"
},
"source_files": "MJCacheManager/Classes/**/*",
"user_target_xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "MODULE_CACHE_MANAGER"
},
"dependencies": {
"MJWebService": [
"~> 0.1"
],
"ModuleCapability": [
"~> 0.1"
]
},
"prefix_header_contents": "#import \"ModuleCapability.h\""
}