[Add] instrumentisto-libwebrtc-bin 131.0.6778.69
[CocoaPods.git] / Specs / d / c / e / CommonSqliteUtil / 0.0.2 / CommonSqliteUtil.podspec.json
blob114055ac5f2bc26dd18aad9ba7b19ae7d37c2b76
2   "name": "CommonSqliteUtil",
3   "version": "0.0.2",
4   "summary": "easier to use Sqlite.",
5   "homepage": "https://github.com/dvlproad/CommonFMDBUtil",
6   "license": "MIT",
7   "authors": {
8     "dvlproad": "913168921@qq.com"
9   },
10   "platforms": {
11     "ios": "7.0"
12   },
13   "source": {
14     "git": "https://github.com/dvlproad/CommonFMDBUtil.git",
15     "tag": "0.0.2"
16   },
17   "source_files": "CommonSqliteUtil/*.{h,m}",
18   "resources": "CommonSqliteUtil/demosqlite.db",
19   "frameworks": "UIKit",
20   "libraries": "sqlite3",
21   "requires_arc": true,
22   "dependencies": {
23     "FMDB": [
24       "~> 2.5"
25     ]
26   }