[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 4 / 6 / 9 / XYShareSDK / 0.0.9.1 / XYShareSDK.podspec.json
blob5e98691a4180da0ed3a1ea7af194780f5af50dba
2   "name": "XYShareSDK",
3   "version": "0.0.9.1",
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.1"
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   ],
46   "vendored_libraries": [
47     "libWeiboSDK/libWeiboSDK.a",
48     "TencentWechat/libWeChatSDK.a",
49     "SinaWeibo/libWeiboSDK.a"
50   ],
51   "resources": [
52     "libWeiboSDK/WeiboSDK.bundle",
53     "Qzone/TencentOpenApi_IOS_Bundle.bundle",
54     "SinaWeibo/WeiboSDK.bundle",
55     "google/GoogleSignIn.bundle",
56     "twitter/TwitterKitResources.bundle"
57   ],
58   "libraries": [
59     "sqlite3",
60     "c++",
61     "z"
62   ],
63   "frameworks": [
64     "UIKit",
65     "MessageUI",
66     "Foundation",
67     "CoreTelephony",
68     "AddressBook",
69     "ImageIO",
70     "safariservices"
71   ],
72   "dependencies": {
73     "AFNetworking": [
74       "~> 2.3"
75     ]
76   },
77   "subspecs": [
78     {
79       "name": "GoogleSymbolUtilitiesHelper",
80       "platforms": {
81         "ios": "7.0"
82       },
83       "pod_target_xcconfig": {
84         "FRAMEWORK_SEARCH_PATHS": "${PODS_ROOT}/GoogleSymbolUtilities/Frameworks/frameworks",
85         "OTHER_LDFLAGS": "$(inherited) -undefined dynamic_lookup"
86       }
87     }
88   ]