[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / d / f / e / FMDB-isExecutingStatement / 2.7.5 / FMDB-isExecutingStatement.podspec.json
blob2813e87580bf43c7e9ee70efd2154baa0f109ecd
2   "name": "FMDB-isExecutingStatement",
3   "module_name": "FMDB",
4   "description": "fmdb官方tag2.7.5基础上:不校验isExecutingStatement,注释掉_isExecutingStatement = YES;",
5   "version": "2.7.5",
6   "summary": "fmdb for 2.7.5",
7   "homepage": "https://github.com/myappcloud/FMDB-isExecutingStatement",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "longzh": "longzh@mysoft.com.cn"
14   },
15   "source": {
16     "git": "https://github.com/myappcloud/FMDB-isExecutingStatement.git",
17     "tag": "2.7.5"
18   },
19   "requires_arc": true,
20   "default_subspecs": "standard",
21   "platforms": {
22     "ios": "8.0"
23   },
24   "subspecs": [
25     {
26       "name": "standard",
27       "libraries": "sqlite3",
28       "source_files": "src/fmdb/FM*.{h,m}",
29       "exclude_files": "src/fmdb.m"
30     }
31   ]