[Add] RapidKitFoundation_MacOS 2024.1230.1857.641
[CocoaPods.git] / Specs / 4 / a / 6 / ALSCommonKit / 0.1.1 / ALSCommonKit.podspec.json
blob75545242781050b6bac4dcda1a3cd3899bbbe11d
2   "name": "ALSCommonKit",
3   "version": "0.1.1",
4   "summary": "阿里体育通用基础库",
5   "description": "编码,密码和编解码相关,压缩,设备能力,模型,定时器,扩展等",
6   "homepage": "https://github.com/davidxwwang/ALSCommonKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "xwwang_0102@qq.com": "xingwang.wxw@alibaba-inc.com"
13   },
14   "source": {
15     "git": "https://github.com/davidxwwang/ALSCommonKit.git",
16     "tag": "0.1.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "subspecs": [
22     {
23       "name": "Basic",
24       "source_files": "ALSCommonKit/Classes/Basic/**/*.{h,c,m,swift}"
25     },
26     {
27       "name": "Cryptogram",
28       "source_files": "ALSCommonKit/Classes/Cryptogram/**/*.{h,m,c,swift}",
29       "dependencies": {
30         "ALSCommonKit/Basic": [
32         ]
33       },
34       "libraries": "z"
35     },
36     {
37       "name": "EXtensions",
38       "source_files": "ALSCommonKit/Classes/EXtensions/**/*.{h,m,c,swift}",
39       "dependencies": {
40         "ALSCommonKit/Cryptogram": [
42         ]
43       }
44     },
45     {
46       "name": "Compression",
47       "source_files": "ALSCommonKit/Classes/Compression/**/*.{h,c,m,swift}",
48       "dependencies": {
49         "ALSCommonKit/Basic": [
51         ]
52       },
53       "libraries": "z"
54     },
55     {
56       "name": "DeviceCapabilities",
57       "source_files": "ALSCommonKit/Classes/DeviceCapabilities/**/*.{h,m,c,swift}",
58       "requires_arc": false
59     },
60     {
61       "name": "Models",
62       "source_files": "ALSCommonKit/Classes/Models/**/*.{h,m,c,swift}",
63       "dependencies": {
64         "ALSCommonKit/Basic": [
66         ]
67       }
68     },
69     {
70       "name": "TextProtocol",
71       "source_files": "ALSCommonKit/Classes/TextProtocol/**/*.{h,m,c,swift}"
72     },
73     {
74       "name": "Timer",
75       "source_files": "ALSCommonKit/Classes/Timer/**/*.{h,m,c,swift}"
76     }
77   ]