[Add] WatchMarket 0.0.2
[CocoaPods.git] / Specs / 4 / 9 / 2 / ZWBucket / 1.0.0 / ZWBucket.podspec.json
blob86fedc98017963a99383f3ac1542519ff1876894
2   "name": "ZWBucket",
3   "summary": "An Objective-C database library built over Google LevelDB.",
4   "version": "1.0.0",
5   "license": {
6     "type": "MIT",
7     "file": "LICENSE"
8   },
9   "authors": {
10     "gavin": "lovegavin@outlook.com"
11   },
12   "homepage": "https://github.com/GavinZw/ZWBucket",
13   "platforms": {
14     "ios": "8.0"
15   },
16   "source": {
17     "git": "https://github.com/GavinZw/ZWBucket.git",
18     "tag": "1.0.0"
19   },
20   "requires_arc": true,
21   "source_files": "ZWBucket/*.{h,m}",
22   "public_header_files": "ZWBucket/*.{h}",
23   "dependencies": {
24     "Objective-LevelDB": [
26     ]
27   }