[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / a / 7 / 9 / DouyinOpenSDKExtension / 0.1.1 / DouyinOpenSDKExtension.podspec.json
blob12a06944a487b06cece3b227a1189486fd5834d9
2   "name": "DouyinOpenSDKExtension",
3   "version": "0.1.1",
4   "summary": "This SDK provides extra functionalities in addition to DouyinOpenSDK",
5   "description": "DouyinOpenSDKExtension currently provides profile card functionality. Specifically supplied to internal CPs as of now.",
6   "homepage": "https://open.douyin.com/",
7   "license": {
8     "type": "Copyright",
9     "text": "Copyright 2020 bytedance.com. All rights reserved."
10   },
11   "authors": {
12     "ByteDance": "bytedance.com"
13   },
14   "source": {
15     "http": "https://sf3-ttcdn-tos.pstatp.com/obj/ies-douyin-opencn/open/DouyinOpenSDK.v4.0.1.zip"
16   },
17   "platforms": {
18     "ios": "9.0"
19   },
20   "frameworks": [
21     "UIKit",
22     "Foundation",
23     "CoreGraphics",
24     "WebKit",
25     "Security",
26     "Photos"
27   ],
28   "source_files": "DouyinOpenSDK.framework/Headers/*.h",
29   "vendored_frameworks": "DouyinOpenSDK.framework",
30   "pod_target_xcconfig": {
31     "OTHER_LDFLAGS": "-ObjC -all_load",
32     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
33   },
34   "user_target_xcconfig": {
35     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
36   },
37   "dependencies": {
38     "AFNetworking": [
39       "~> 2.3"
40     ]
41   }