[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / a / e / f / UCMDataAccess / 0.0.1 / UCMDataAccess.podspec.json
blob9ccbe6ad32cc0206e06ea68f081d1fe0c9310a33
2   "name": "UCMDataAccess",
3   "version": "0.0.1",
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.1"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "subspecs": [
22     {
23       "name": "FMDBStore",
24       "source_files": "UCMDataAccess/Classes/FMDBStore/*",
25       "prefix_header_contents": "#import \"SVProgressHUD.h\"",
26       "dependencies": {
27         "SVProgressHUD": [
29         ],
30         "FMDB": [
32         ]
33       }
34     },
35     {
36       "name": "SandboxStore",
37       "source_files": "UCMDataAccess/Classes/SandboxStore/*",
38       "prefix_header_contents": "#import \"SVProgressHUD.h\"",
39       "dependencies": {
40         "SVProgressHUD": [
42         ]
43       }
44     },
45     {
46       "name": "UserDefaultsStore",
47       "source_files": "UCMDataAccess/Classes/UserDefaultsStore/*"
48     }
49   ]