[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 2 / 1 / 9 / GreedDB / 0.0.5 / GreedDB.podspec.json
blob2a3f92eaea28e9fa826dddad4993d76c85662ec0
2   "name": "GreedDB",
3   "version": "0.0.5",
4   "summary": "convenient storage for ios",
5   "description": "this is a storage manager for ios. based on FMDB and GreedJSON. can save NSDictionary,NSArray,NSData,NSString,NSNumber or NSObject  directly",
6   "homepage": "https://github.com/greedlab/GreedDB",
7   "license": "MIT",
8   "authors": {
9     "Bell": "bell@greedlab.com"
10   },
11   "platforms": {
12     "ios": "6.0"
13   },
14   "source": {
15     "git": "https://github.com/greedlab/GreedDB.git",
16     "tag": "0.0.5"
17   },
18   "source_files": [
19     "GreedDB",
20     "GreedDB/*.{h,m}"
21   ],
22   "frameworks": "Foundation",
23   "requires_arc": true,
24   "dependencies": {
25     "FMDB": [
27     ],
28     "GreedJSON": [
30     ]
31   }