[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 3 / 8 / 6 / EasyFMDB / 1.1.0 / EasyFMDB.podspec.json
blobf88b88e1ec128092e2ab2627caef42a19ddde35d
2   "name": "EasyFMDB",
3   "version": "1.1.0",
4   "summary": "EasyFMDB provides a way of object oriented to use FMDB.",
5   "description": "now, EasyFMDB supports property of custom class instance which inherited from zyxbasemodel. Usage is the same as before.",
6   "homepage": "https://github.com/sytuzhouyong/EasyFMDB",
7   "license": "MIT",
8   "authors": {
9     "sytuzhouyong": "308872563@qq.com"
10   },
11   "platforms": {
12     "ios": "7.0"
13   },
14   "source": {
15     "git": "https://github.com/sytuzhouyong/EasyFMDB.git",
16     "tag": "1.1.0"
17   },
18   "source_files": "*.{h,m}",
19   "exclude_files": "Tests",
20   "requires_arc": true,
21   "dependencies": {
22     "FMDB": [
23       "~> 2.5"
24     ]
25   }