[Add] jooohhn-Amplitude 9.3.3
[CocoaPods.git] / Specs / 3 / 4 / f / XESDataBasePublic / 0.0.1 / XESDataBasePublic.podspec.json
blobc56543f4e48e2f4d24b79039b9ce5b7d8aa45946
2   "name": "XESDataBasePublic",
3   "version": "0.0.1",
4   "summary": "XESDataBase is A Objective-C wrapper around FMDB",
5   "description": "XESDataBase is A Objective-C wrapper around FMDB, It is easy to operate and use the database",
6   "homepage": "https://github.com/speiyouiOS/XESDataBase",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "gfy": "1056063547@qq.com"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "source": {
18     "git": "https://github.com/speiyouiOS/XESDataBase.git",
19     "tag": "0.0.1"
20   },
21   "source_files": [
22     "XESDataBase",
23     "XESDataBase/*.h"
24   ],
25   "public_header_files": "XESDataBase/*.h",
26   "vendored_libraries": "XESDataBase/*.a",
27   "frameworks": "Foundation",
28   "requires_arc": true,
29   "dependencies": {
30     "FMDB": [
31       "~> 2.7.2"
32     ],
33     "FMDBMigrationManager": [
35     ]
36   }