[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / c / 0 / 6 / PYFMDB / 0.0.4 / PYFMDB.podspec.json
blob9b66a58d70af853dbb9fa1bc82f80710a005eb4c
2   "name": "PYFMDB",
3   "version": "0.0.4",
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.4"
16   },
17   "source_files": "PYFMDB/*.{h,m}",
18   "requires_arc": true,
19   "dependencies": {
20     "FMDB": [
21       "~> 2.0"
22     ]
23   }