[Add] ZJSDK 2.5.5.6
[CocoaPods.git] / Specs / b / 4 / 5 / JYDataBase / 1.0.1 / JYDataBase.podspec.json
blob38693a247db46c9f26a3514451cf816f2ef23a9e
2   "name": "JYDataBase",
3   "version": "1.0.1",
4   "summary": "对FMDB的轻量级封装,帮助快速创建管理移动端数据库.",
5   "homepage": "https://github.com/weijingyunIOS/JYDatabase",
6   "license": "MIT",
7   "authors": {
8     "魏景云": "wei_jingyun@outlook.com"
9   },
10   "platforms": {
11     "ios": "7.0"
12   },
13   "source": {
14     "git": "https://github.com/weijingyunIOS/JYDatabase.git",
15     "branch": "master",
16     "tag": "1.0.1"
17   },
18   "requires_arc": true,
19   "source_files": "JYDatabase - OC/JYDatabase - OC/JYDatabase/*.{h,m}",
20   "public_header_files": "JYDatabase - OC/JYDatabase - OC/JYDatabase/*.h",
21   "frameworks": [
22     "UIKit",
23     "Foundation"
24   ],
25   "dependencies": {
26     "FMDB": [
27       "~> 2.6.2"
28     ]
29   }