[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 6 / 0 / c / ALSUniversalAccount-ThirdParty / 0.0.1 / ALSUniversalAccount-ThirdParty.podspec.json
blobbcfe396f3af481cb73a831a0a183b3194ca058bf
2   "name": "ALSUniversalAccount-ThirdParty",
3   "version": "0.0.1",
4   "summary": "A short description of ALSUniversalAccount.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/AltairEven/ALSUniversalAccount",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "AltairEven": "qianye.qy@alibaba-inc.com"
13   },
14   "source": {
15     "git": "https://github.com/AltairEven/ALSUniversalAccount.git",
16     "tag": "0.0.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "pod_target_xcconfig": {
22     "ENABLE_BITCODE": "NO",
23     "MACH_O_TYPE": "staticlib"
24   },
25   "subspecs": [
26     {
27       "name": "Public",
28       "source_files": "ALSUniversalAccount/Classes/Public/*"
29     },
30     {
31       "name": "Interface",
32       "dependencies": {
33         "ALSUniversalAccount-ThirdParty/Public": [
35         ],
36         "AEAssistant": [
38         ],
39         "AFNetworking": [
40           "3.1.0"
41         ],
42         "MJExtension": [
43           "~> 3.0.13"
44         ],
45         "TTTAttributedLabel": [
46           "~> 2.0.0"
47         ],
48         "SFHFKeychainUtils": [
49           "~> 0.0.1"
50         ],
51         "MBProgressHUD": [
52           "~> 0.9.0"
53         ]
54       },
55       "vendored_frameworks": "ALSUniversalAccount/Classes/Interface/ThirdParty/*.framework",
56       "resource_bundles": {
57         "ALSUniversalAccount": [
58           "ALSUniversalAccount/Assets/**/*.png"
59         ]
60       }
61     },
62     {
63       "name": "Plug",
64       "dependencies": {
65         "ALSUniversalAccount-ThirdParty/Public": [
67         ]
68       },
69       "vendored_frameworks": "ALSUniversalAccount/Classes/Plug/BaiChuan/ThirdParty/**/*.framework"
70     }
71   ]