[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 4 / 6 / 9 / XYShareSDK / 0.0.9.4 / XYShareSDK.podspec.json
blob83f0d101d9542ec57a8f38aad2b7a5e628ceb74c
2   "name": "XYShareSDK",
3   "version": "0.0.9.4",
4   "summary": "a component of XiaoYin which is used to share info in app.",
5   "description": "the component is used to share something with other in xiaoyin'app",
6   "homepage": "http://192.168.1.33:9090/ioscomponentgroup/xysharesdk.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Robert": "min.xia@quvideo.com"
13   },
14   "source": {
15     "git": "http://192.168.1.33:9090/ioscomponentgroup/xysharesdk.git",
16     "tag": "0.0.9.4"
17   },
18   "platforms": {
19     "ios": "7.0"
20   },
21   "source_files": [
22     "XYShareSDK/Classes/**/*.{h,m}",
23     "XYShareSDK/TencentWechat/**/*.{h,m}",
24     "XYShareSDK/Qzone/**/*.{h,m}",
25     "XYShareSDK/XYSNS/**/*.{h,m}",
26     "XYShareSDK/SinaWeibo/**/*.{h,m}"
27   ],
28   "vendored_frameworks": [
29     "MeiPai/MPShareSDK.framework",
30     "KakaoTalk/KakaoOpenSDK.framework",
31     "facebook/FBSDKCoreKit.framework",
32     "facebook/FBSDKLoginKit.framework",
33     "facebook/FBSDKMessengerShareKit.framework",
34     "facebook/FBSDKShareKit.framework",
35     "Qzone/TencentOpenAPI.framework",
36     "google/GoogleAppUtilities.framework",
37     "google/GoogleAuthUtilities.framework",
38     "google/GoogleNetworkingUtilities.framework",
39     "google/GoogleSignIn.framework",
40     "google/GoogleUtilities.framework",
41     "facebook/FBSDKProfileExpressionKit.framework",
42     "twitter/TwitterCore.framework",
43     "twitter/TwitterKit.framework",
44     "facebook/Fabric.framework",
45     "LineAdapter/LineAdapter.framework"
46   ],
47   "vendored_libraries": [
48     "libWeiboSDK/libWeiboSDK.a",
49     "TencentWechat/libWeChatSDK.a",
50     "SinaWeibo/libWeiboSDK.a"
51   ],
52   "resources": [
53     "libWeiboSDK/WeiboSDK.bundle",
54     "Qzone/TencentOpenApi_IOS_Bundle.bundle",
55     "SinaWeibo/WeiboSDK.bundle",
56     "google/GoogleSignIn.bundle",
57     "twitter/TwitterKitResources.bundle",
58     "LineAdapter/LineAdapterUI.bundle"
59   ],
60   "libraries": [
61     "sqlite3",
62     "c++",
63     "z"
64   ],
65   "frameworks": [
66     "UIKit",
67     "MessageUI",
68     "Foundation",
69     "CoreTelephony",
70     "AddressBook",
71     "ImageIO",
72     "safariservices"
73   ],
74   "dependencies": {
75     "AFNetworking": [
76       "~> 2.3"
77     ]
78   },
79   "subspecs": [
80     {
81       "name": "GoogleSymbolUtilitiesHelper",
82       "platforms": {
83         "ios": "7.0"
84       },
85       "pod_target_xcconfig": {
86         "FRAMEWORK_SEARCH_PATHS": "${PODS_ROOT}/GoogleSymbolUtilities/Frameworks/frameworks",
87         "OTHER_LDFLAGS": "$(inherited) -undefined dynamic_lookup"
88       }
89     }
90   ]