[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / f / c / d / NYSOBaseLib / 0.0.4 / NYSOBaseLib.podspec.json
blob80ca41d2cc5824e2431442d2c9a66e5886c95faf
2   "name": "NYSOBaseLib",
3   "version": "0.0.4",
4   "summary": "基础架构库",
5   "description": "包含了基本的MVP架构和其他基本的常用功能模块",
6   "homepage": "http://192.168.11.244:10080/langlinseng/iOSNyso",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "18610011562@163.com": "LeoFavor"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "http://192.168.11.244:10080/langlinseng/iOSNyso.git",
19     "tag": "0.0.4"
20   },
21   "source_files": "BaseStructure/*.{h,m}",
22   "requires_arc": true,
23   "xcconfig": {
24     "CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF": "NO",
25     "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
26   },
27   "subspecs": [
28     {
29       "name": "BaseAttachment",
30       "source_files": [
31         "BaseAttachment/*.{h,m}",
32         "BaseAttachment/BaseComponent/*.{h,m}",
33         "BaseAttachment/BaseNetwork/*.{h,m}",
34         "BaseAttachment/DebugManager/*.{h,m}",
35         "BaseAttachment/CrashManager/*.{h,m}",
36         "BaseAttachment/StatisticalManager/*.{h,m}"
37       ],
38       "dependencies": {
39         "AFNetworking": [
40           "~> 3.0"
41         ],
42         "MJExtension": [
43           "~> 3.0.15.1"
44         ],
45         "YYCache": [
46           "~> 1.0.4"
47         ],
48         "Bugly": [
49           "~> 2.5.0"
50         ],
51         "AvoidCrash": [
52           "~> 2.5.2"
53         ]
54       }
55     },
56     {
57       "name": "BaseComponentUM",
58       "source_files": [
59         "BaseAttachment/UMAnalytics/*.{h,m}",
60         "BaseAttachment/UMShare/*.{h,m}"
61       ],
62       "dependencies": {
63         "UMCCommon": [
65         ],
66         "UMCAnalytics": [
68         ],
69         "UMCSecurityPlugins": [
71         ],
72         "UMCShare/Social/ReducedWeChat": [
74         ],
75         "UMCShare/Social/ReducedQQ": [
77         ],
78         "UMCShare/Social/ReducedSina": [
80         ],
81         "SDWebImage": [
82           "3.7.5"
83         ],
84         "Aspects": [
85           "1.4.1"
86         ]
87       }
88     },
89     {
90       "name": "BaseComponentGT",
91       "source_files": "OtherComponent/GT/*.{h,m}",
92       "dependencies": {
93         "GTSDK": [
94           "2.4.0.0-noidfa"
95         ],
96         "Aspects": [
97           "1.4.1"
98         ]
99       }
100     }
101   ]