[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 4 / 6 / 9 / XYShareSDK / 0.0.5 / XYShareSDK.podspec.json
blob8c09c8d377ffa6aabfd8a181252e2bc228e083fe
2   "name": "XYShareSDK",
3   "version": "0.0.5",
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.5"
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/GoogleSymbolUtilities.framework",
41     "google/GoogleUtilities.framework",
42     "facebook/FBSDKProfileExpressionKit.framework",
43     "twitter/TwitterCore.framework",
44     "twitter/TwitterKit.framework",
45     "facebook/Fabric.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   ],
59   "libraries": [
60     "sqlite3",
61     "c++",
62     "z"
63   ],
64   "frameworks": [
65     "UIKit",
66     "MessageUI",
67     "Foundation",
68     "CoreTelephony",
69     "AddressBook",
70     "ImageIO",
71     "safariservices"
72   ],
73   "dependencies": {
74     "AFNetworking": [
75       "~> 2.3"
76     ]
77   }