[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 0 / 4 / e / SimpleDocumentDB / 0.5.0 / SimpleDocumentDB.podspec.json
blobe1f74764f4b3042b0b116f8858c6ef4dab01f245
2   "name": "SimpleDocumentDB",
3   "version": "0.5.0",
4   "summary": "Lightweight key-value cache and persistence storage",
5   "authors": {
6     "Bob Liu": "bobliupm@gmail.com"
7   },
8   "homepage": "https://github.com/Ablely/SimpleDocumentDB",
9   "license": "MIT",
10   "source": {
11     "git": "https://github.com/Ablely/SimpleDocumentDB.git",
12     "tag": "0.5.0"
13   },
14   "source_files": "SimpleDocumentDB/SimpleDocumentDB/**/*.{h,m}",
15   "dependencies": {
16     "FMDB": [
17       "~>2.2"
18     ],
19     "Mantle": [
20       "~>1.3.1"
21     ],
22     "AblelyCommon": [
23       "~>0.1.0"
24     ]
25   },
26   "requires_arc": true,
27   "platforms": {
28     "ios": "6.0",
29     "osx": "10.8"
30   }