[Add] AmitySDK 6.47.1
[CocoaPods.git] / Specs / 4 / 7 / 8 / NMCache / 0.6 / NMCache.podspec.json
blobaaa0c85dc74fa9ca57970cd47ada7b869b52a111
2   "name": "NMCache",
3   "version": "0.6",
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.6"
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     "SwiftyJSON": [
25       "~> 2.3"
26     ],
27     "YapDatabase": [
28       "~> 2.9"
29     ]
30   }