blob: deaf232d15aa881f0b74c5651554c7c199679b0e [file] [log] [blame]
{
"name": "HMCache",
"version": "0.2.0",
"summary": "An automatic NSCoding library used on iOS/MacOS.",
"description": "It is an automatic NSCoding library used on iOS/MacOS which also offers a mechanism for data structure migration.",
"homepage": "https://github.com/lxian1988/HMCache",
"license": "MIT",
"authors": {
"lxian1988": "lxian1988@gmail.com"
},
"source": {
"git": "https://github.com/lxian1988/HMCache.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"requires_arc": true,
"source_files": [
"HMCache/*.{h,m}",
"HMCache/HMObject/*.{h,m}",
"HMCache/HMCacheManager/*.{h,m}",
"HMCache/HMMigrationData/*.{h,m}"
],
"frameworks": "Foundation"
}