[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / b / 4 / 5 / JYDataBase / 1.0.0 / JYDataBase.podspec.json
blobc64766b3a22940e5d655a0aea917db88ab50acbf
2   "name": "JYDataBase",
3   "version": "1.0.0",
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     "tag": "v1.0.0"
16   },
17   "source_files": "JYDatabase - OC/JYDatabase - OC/JYDatabase/*.{h,m}",
18   "frameworks": [
19     "UIKit",
20     "Foundation"
21   ],
22   "dependencies": {
23     "FMDB": [
24       "~> 2.6.2"
25     ]
26   }