[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / 8 / 0 / 9 / FYFDatabaseHelper / 0.1.0 / FYFDatabaseHelper.podspec.json
blob1c621d17faebeaf8e6b40d6a38efca6edd16d555
2   "name": "FYFDatabaseHelper",
3   "version": "0.1.0",
4   "summary": "A short description of FYFDatabaseHelper.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/lookingforfanyunfei/FYFDatabaseHelper",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "786452470@qq.com": "fyf786452470@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/lookingforfanyunfei/FYFDatabaseHelper.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "pod_target_xcconfig": {
22     "VALID_ARCHS": "arm64e arm64 armv7 armv7s x86_64",
23     "DEFINES_MODULE": "YES"
24   },
25   "swift_versions": [
26     "5.1",
27     "5.2",
28     "5.3",
29     "5.4",
30     "5.5"
31   ],
32   "default_subspecs": [
33     "FYFSQLite"
34   ],
35   "subspecs": [
36     {
37       "name": "FYFSQLite",
38       "source_files": "FYFDatabaseHelper/Classes/FYFSQLite/**/*",
39       "dependencies": {
40         "FMDB": [
42         ]
43       }
44     },
45     {
46       "name": "FYFDatabase",
47       "source_files": "FYFDatabaseHelper/Classes/FYFDatabase/**/*",
48       "dependencies": {
49         "YYModel": [
51         ],
52         "FYFDatabaseHelper/FYFSQLite": [
54         ]
55       }
56     }
57   ],
58   "swift_version": "5.5"