[Add] FTMobileSDK 1.5.8-alpha.2
[CocoaPods.git] / Specs / 8 / e / 5 / FMDBManager / 0.0.1 / FMDBManager.podspec.json
blobfde0a561584e34bf62621e116333760553472d4b
2   "name": "FMDBManager",
3   "version": "0.0.1",
4   "summary": "一个简单的对FMDB的封装",
5   "description": "这是一个数据库 , 对FMDB的封装,可以用于直接存储model,只用于OC ,swift不好用",
6   "homepage": "https://github.com/Gioures/FMDBManager",
7   "license": "Apache License 2.0",
8   "authors": {
9     "Gioures": "756119874@qq.com"
10   },
11   "platforms": {
12     "ios": "9.0"
13   },
14   "source": {
15     "git": "https://github.com/Gioures/FMDBManager.git",
16     "tag": "0.0.1"
17   },
18   "source_files": [
19     "FMDBManager",
20     "FMDBManager/**/*.{h,m}"
21   ],
22   "exclude_files": "Classes/Exclude",
23   "dependencies": {
24     "FMDB": [
26     ]
27   }