[Add] MYBLMusicSDK 0.5.8
[CocoaPods.git] / Specs / 4 / 7 / 8 / NMCache / 0.7 / NMCache.podspec.json
blob64560db56f849007a7c9ac5b72d811f366c69f67
2   "name": "NMCache",
3   "version": "0.7",
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     "Vincenzo Ferrara": "vinceferro92@gmail.com",
11     "Alex Corlatti": "alex.corlatti@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/nearit/nm.cache.git",
15     "tag": "0.7"
16   },
17   "source_files": [
18     "NMCache",
19     "NMCache/**/*.{h,m,swift}"
20   ],
21   "platforms": {
22     "ios": "8.0"
23   },
24   "requires_arc": true,
25   "dependencies": {
26     "SwiftyJSON": [
27       "~> 2.3"
28     ],
29     "YapDatabase": [
30       "~> 2.9"
31     ]
32   }