[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / b / 0 / 7 / ICLOpenPlugin / 0.0.4 / ICLOpenPlugin.podspec.json
blob62618c0581eefae1845b8131f381087dd13476eb
2   "name": "ICLOpenPlugin",
3   "version": "0.0.4",
4   "license": "MIT",
5   "summary": "A delightful networking framework for Apple platforms.",
6   "homepage": "https://gitee.com/liu_chaolong/iclopen-api.git",
7   "authors": {
8     "Liuchl": "liuchaolongcharly@163.com"
9   },
10   "source": {
11     "git": "https://gitee.com/liu_chaolong/iclopen-api.git",
12     "tag": "0.0.4"
13   },
14   "platforms": {
15     "ios": "10.0"
16   },
17   "swift_versions": [
18     "3.0",
19     "4.0",
20     "4.2"
21   ],
22   "subspecs": [
23     {
24       "name": "ICLWechat",
25       "platforms": {
26         "ios": "9.0"
27       },
28       "source_files": "ICLOpenPlugin/Plugin/Social/Wechat/*.{h}",
29       "vendored_libraries": "ICLOpenPlugin/Plugin/Social/Wechat/libWeChatSDK.a",
30       "frameworks": [
31         "Security",
32         "WebKit",
33         "CoreGraphics",
34         "UIKit"
35       ],
36       "libraries": "c++",
37       "pod_target_xcconfig": {
38         "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
39       },
40       "user_target_xcconfig": {
41         "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
42       }
43     },
44     {
45       "name": "ICLFacebook",
46       "platforms": {
47         "ios": "10.0"
48       },
49       "pod_target_xcconfig": {
50         "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
51       },
52       "user_target_xcconfig": {
53         "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
54       },
55       "subspecs": [
56         {
57           "name": "ICLFBSDKLoginKit",
58           "platforms": {
59             "ios": "10.0"
60           },
61           "vendored_frameworks": "ICLOpenPlugin/Plugin/Social/Facebook/XCFrameworks/FBSDKLoginKit.xcframework",
62           "dependencies": {
63             "ICLOpenPlugin/ICLFacebook/ICLFBSDKCoreKit": [
65             ]
66           }
67         },
68         {
69           "name": "ICLFBSDKShareKit",
70           "platforms": {
71             "ios": "10.0"
72           },
73           "vendored_frameworks": "ICLOpenPlugin/Plugin/Social/Facebook/XCFrameworks/FBSDKShareKit.xcframework",
74           "dependencies": {
75             "ICLOpenPlugin/ICLFacebook/ICLFBSDKCoreKit": [
77             ]
78           }
79         },
80         {
81           "name": "ICLFBSDKCoreKit",
82           "platforms": {
83             "ios": "10.0"
84           },
85           "vendored_frameworks": "ICLOpenPlugin/Plugin/Social/Facebook/XCFrameworks/FBSDKCoreKit.xcframework",
86           "dependencies": {
87             "ICLOpenPlugin/ICLFacebook/ICLFBSDKCoreKit_Basics": [
89             ],
90             "ICLOpenPlugin/ICLFacebook/ICLFBAEMKit": [
92             ]
93           }
94         },
95         {
96           "name": "ICLFBAEMKit",
97           "platforms": {
98             "ios": "10.0"
99           },
100           "vendored_frameworks": "ICLOpenPlugin/Plugin/Social/Facebook/XCFrameworks/FBAEMKit.xcframework",
101           "dependencies": {
102             "ICLOpenPlugin/ICLFacebook/ICLFBSDKCoreKit_Basics": [
104             ]
105           }
106         },
107         {
108           "name": "ICLFBSDKCoreKit_Basics",
109           "platforms": {
110             "ios": "10.0"
111           },
112           "libraries": "z",
113           "vendored_frameworks": "ICLOpenPlugin/Plugin/Social/Facebook/XCFrameworks/FBSDKCoreKit_Basics.xcframework"
114         }
115       ]
116     }
117   ],
118   "swift_version": "4.2"