[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 4 / 7 / 8 / NMCache / 0.2.2 / NMCache.podspec.json
blob006eb1f4c87cc8f3cde14692a5ef1296ddbfe883
2   "name": "NMCache",
3   "version": "0.2.2",
4   "summary": "Simple cache built on top of YapDatabase",
5   "description": "A wrapper for YapDatabase which can be used as a simple cache",
6   "homepage": "https://github.com/nearit/nm.cache",
7   "license": "MIT",
8   "authors": {
9     "Francesco Colleoni": "francesco@nearit.com"
10   },
11   "source": {
12     "git": "https://github.com/nearit/nm.cache.git",
13     "tag": "0.2.2"
14   },
15   "source_files": [
16     "NMCache",
17     "NMCache/**/*.{h,m,swift}"
18   ],
19   "platforms": {
20     "ios": "8.0"
21   },
22   "requires_arc": true,
23   "dependencies": {
24     "YapDatabase": [
25       "2.8.3"
26     ]
27   }