[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 1 / a / f / HMCache / 0.2.3 / HMCache.podspec.json
blob703bf9f520ca29f3d6b632ba865bc35237e6d573
2   "name": "HMCache",
3   "version": "0.2.3",
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.2.3"
14   },
15   "platforms": {
16     "ios": "8.0",
17     "osx": "10.10"
18   },
19   "requires_arc": true,
20   "source_files": [
21     "HMCache/*.{h,m}",
22     "HMCache/HMObject/*.{h,m}",
23     "HMCache/HMCacheManager/*.{h,m}",
24     "HMCache/HMMigrationData/*.{h,m}"
25   ],
26   "frameworks": "Foundation"