[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 3 / 8 / 6 / EasyFMDB / 2.0.0 / EasyFMDB.podspec.json
blobdf5324e7847b521271b3f46b10b8dd0ac15acaf3
2   "name": "EasyFMDB",
3   "version": "2.0.0",
4   "summary": "EasyFMDB provides a way of object oriented to use FMDB.",
5   "description": "EasyFMDB provides more simple interface to operate FMDB, more object oriented than before.",
6   "homepage": "https://github.com/sytuzhouyong/EasyFMDB",
7   "license": "MIT",
8   "authors": {
9     "zhouyong": "308872563@qq.com"
10   },
11   "platforms": {
12     "ios": "7.0"
13   },
14   "source": {
15     "git": "https://github.com/sytuzhouyong/EasyFMDB.git",
16     "tag": "2.0.0"
17   },
18   "source_files": "*.{h,m}",
19   "exclude_files": "Tests",
20   "requires_arc": true,
21   "dependencies": {
22     "FMDB": [
23       "~> 2.5"
24     ]
25   }