[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / c / 0 / 6 / PYFMDB / 0.0.1 / PYFMDB.podspec.json
blob7a32eeb49637d377a54be3c40167df3d7355e54d
2   "name": "PYFMDB",
3   "version": "0.0.1",
4   "summary": "Operations library of sqlite base on FMDB",
5   "homepage": "https://github.com/iterrypeng/PYFMDB",
6   "license": "MIT",
7   "authors": {
8     "pengyong": "pengyong@veldasoft.com"
9   },
10   "platforms": {
11     "ios": "6.0"
12   },
13   "source": {
14     "git": "https://github.com/iterrypeng/PYFMDB.git",
15     "tag": "0.0.1"
16   },
17   "source_files": "PYFMDB/*.{h,m}",
18   "requires_arc": true,
19   "dependencies": {
20     "FMDB": [
21       "~> 2.0"
22     ]
23   }