[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / a / e / f / UCMDataAccess / 0.0.2 / UCMDataAccess.podspec.json
blob6c7a140fbffdb250d580d1c4903bf576a298a321
2   "name": "UCMDataAccess",
3   "version": "0.0.2",
4   "summary": "数据存储",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "ssh://git@git.hnbangyao.com:9922/byShop/ucmdataaccess",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "wangheng": "1339669469@qq.com"
13   },
14   "source": {
15     "git": "ssh://git@git.hnbangyao.com:9922/byShop/ucmdataaccess.git",
16     "tag": "0.0.2"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "user_target_xcconfig": {
22     "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
23   },
24   "subspecs": [
25     {
26       "name": "FMDBStore",
27       "source_files": "UCMDataAccess/Classes/FMDBStore/*",
28       "prefix_header_contents": "#import \"SVProgressHUD.h\"",
29       "dependencies": {
30         "SVProgressHUD": [
32         ],
33         "FMDB": [
35         ]
36       }
37     },
38     {
39       "name": "SandboxStore",
40       "source_files": "UCMDataAccess/Classes/SandboxStore/*",
41       "prefix_header_contents": "#import \"SVProgressHUD.h\"",
42       "dependencies": {
43         "SVProgressHUD": [
45         ]
46       }
47     },
48     {
49       "name": "UserDefaultsStore",
50       "source_files": "UCMDataAccess/Classes/UserDefaultsStore/*"
51     }
52   ]