[Add] ZohoDeskPortalAPIKit 4.0.5
[CocoaPods.git] / Specs / 1 / a / f / HMCache / 0.1.1 / HMCache.podspec.json
bloba7453e1b567160fef78951a5a348212f2878f567
2   "name": "HMCache",
3   "version": "0.1.1",
4   "summary": "An automatic NSCoding library used on iOS/MacOS.",
5   "description": "It is an automatic NSCoding library used on iOS/MacOS which also offers a mechanism for data structure migration.",
6   "homepage": "https://github.com/lxian1988/HMCache",
7   "license": "MIT",
8   "authors": {
9     "lxian1988": "lxian1988@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/lxian1988/HMCache.git",
13     "tag": "0.1.1"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": [
20     "HMCache/*.{h,m}",
21     "HMCache/HMObject/*.{h,m}",
22     "HMCache/HMCacheManager/*.{h,m}",
23     "HMCache/HMMigrationData/*.{h,m}"
24   ],
25   "frameworks": "Foundation"