[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 4 / 6 / 9 / XYShareSDK / 0.0.9.5 / XYShareSDK.podspec.json
blobaa5ad8cb47abe1426f9acfc4c4043772fced5e8c
2   "name": "XYShareSDK",
3   "version": "0.0.9.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.9.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/GoogleUtilities.framework",
41     "facebook/FBSDKProfileExpressionKit.framework",
42     "twitter/TwitterCore.framework",
43     "twitter/TwitterKit.framework",
44     "LineAdapter/LineAdapter.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     "LineAdapter/LineAdapterUI.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   },
78   "subspecs": [
79     {
80       "name": "GoogleSymbolUtilitiesHelper",
81       "platforms": {
82         "ios": "7.0"
83       },
84       "pod_target_xcconfig": {
85         "FRAMEWORK_SEARCH_PATHS": "${PODS_ROOT}/GoogleSymbolUtilities/Frameworks/frameworks",
86         "OTHER_LDFLAGS": "$(inherited) -undefined dynamic_lookup"
87       }
88     }
89   ]