[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / b / 0 / 7 / ICLOpenPlugin / 0.0.1 / ICLOpenPlugin.podspec.json
blob3675458529c9ff7e511e5b8089210ca591588322
2   "name": "ICLOpenPlugin",
3   "version": "0.0.1",
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.1"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "subspecs": [
18     {
19       "name": "ICLWechat",
20       "platforms": {
21         "ios": "9.0"
22       },
23       "source_files": "ICLOpenPlugin/Plugin/Social/Wechat/*.{h}",
24       "vendored_libraries": "ICLOpenPlugin/Plugin/Social/Wechat/libWeChatSDK.a",
25       "frameworks": [
26         "Security",
27         "WebKit",
28         "CoreGraphics"
29       ],
30       "libraries": "c++",
31       "pod_target_xcconfig": {
32         "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
33       },
34       "user_target_xcconfig": {
35         "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
36       }
37     }
38   ]