[Add] Plotline 4.1.5
[CocoaPods.git] / Specs / 8 / e / 3 / ALSUniversalAccount-SecondParty / 0.0.1-s / ALSUniversalAccount-SecondParty.podspec.json
blob2f6d974e16aeabd2165fa0a828c5ab4c72de271f
2   "name": "ALSUniversalAccount-SecondParty",
3   "version": "0.0.1-s",
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-s"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "pod_target_xcconfig": {
22     "FRAMEWORK_SEARCH_PATHS": "$(inherited) $(PODS_ROOT)/**",
23     "OTHER_LDFLAGS": "$(inherited) -undefined dynamic_lookup",
24     "ENABLE_BITCODE": "NO",
25     "MACH_O_TYPE": "staticlib"
26   },
27   "subspecs": [
28     {
29       "name": "Public",
30       "source_files": "ALSUniversalAccount/Classes/Public/*"
31     },
32     {
33       "name": "Interface",
34       "dependencies": {
35         "ALSUniversalAccount-SecondParty/Public": [
37         ],
38         "TTTAttributedLabel": [
39           "~> 2.0.0"
40         ],
41         "SFHFKeychainUtils": [
42           "~> 0.0.1"
43         ],
44         "MBProgressHUD": [
45           "~> 0.9.0"
46         ]
47       },
48       "vendored_frameworks": "ALSUniversalAccount/Classes/Interface/SecondParty/*.framework",
49       "resource_bundles": {
50         "ALSUniversalAccount": [
51           "ALSUniversalAccount/Assets/**/*.png"
52         ]
53       },
54       "subspecs": [
55         {
56           "name": "BaiChuan",
57           "vendored_frameworks": "ALSUniversalAccount/Classes/Plug/BaiChuan/SecondParty/**/*.framework",
58           "frameworks": "CoreMotion",
59           "ios": {
60             "libraries": [
61               "sqlite3.0",
62               "z.1.2.8"
63             ]
64           }
65         }
66       ]
67     }
68   ]