[Add] AnyThinkBigoSDKAdapter 6.4.27
[CocoaPods.git] / Specs / 4 / 7 / 8 / NMCache / 0.2.1 / NMCache.podspec.json
blob69e24741dd2572a48285772a665961196178e905
2   "name": "NMCache",
3   "version": "0.2.1",
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.1"
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"
26     ]
27   }