[Add] BlueTriangleSDK-Swift 3.13.1
[CocoaPods.git] / Specs / 7 / 8 / 0 / PPPPShare / 0.0.2 / PPPPShare.podspec.json
blob2a97d6df49d7674ccad69700b90b26b45607acaa
2   "name": "PPPPShare",
3   "version": "0.0.2",
4   "summary": "share SDK for multiple platforms",
5   "description": "share SDK for multiple platforms\nsdk of develop demo",
6   "homepage": "https://github.com/yuanjun708/PPPPShare",
7   "license": {
8     "type": "MIT"
9   },
10   "authors": {
11     "shiyuanjun": "shiyuanjun708@hotmail.com"
12   },
13   "platforms": {
14     "ios": "8.0"
15   },
16   "source": {
17     "git": "https://github.com/yuanjun708/PPPPShare.git",
18     "tag": "0.0.2"
19   },
20   "requires_arc": true,
21   "pod_target_xcconfig": {
22     "OTHER_LDFLAGS": "-lObjC"
23   },
24   "static_framework": true,
25   "frameworks": [
26     "UIKit",
27     "Foundation"
28   ],
29   "vendored_frameworks": "PPPPShareSDK/Core/PPPPShare.framework",
30   "subspecs": [
31     {
32       "name": "Facebook",
33       "source_files": "PPPPShareSDK/SocialLibraries/Facebook",
34       "pod_target_xcconfig": {
35         "OTHER_LDFLAGS": "-lObjC"
36       },
37       "vendored_libraries": "PPPPShareSDK/SocialLibraries/Facebook/libSocialFacebook.a",
38       "vendored_frameworks": [
39         "PPPPShareSDK/Core/PPPPShare.framework",
40         "PPPPShareSDK/SocialLibraries/Facebook/Bolts.framework",
41         "PPPPShareSDK/SocialLibraries/Facebook/FBSDKCoreKit.framework",
42         "PPPPShareSDK/SocialLibraries/Facebook/FBSDKLoginKit.framework",
43         "PPPPShareSDK/SocialLibraries/Facebook/FBSDKMessengerShareKit.framework",
44         "PPPPShareSDK/SocialLibraries/Facebook/FBSDKShareKit.framework"
45       ]
46     }
47   ]