blob: 5c1d5d6998d3f7771e573e42dd2d23484f39aae0 [file] [log] [blame]
{
"name": "HMCache",
"version": "0.1.3",
"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.1.3"
},
"platforms": {
"ios": "7.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"
}