blob: 2a97d6df49d7674ccad69700b90b26b45607acaa [file] [log] [blame]
{
"name": "PPPPShare",
"version": "0.0.2",
"summary": "share SDK for multiple platforms",
"description": "share SDK for multiple platforms\nsdk of develop demo",
"homepage": "https://github.com/yuanjun708/PPPPShare",
"license": {
"type": "MIT"
},
"authors": {
"shiyuanjun": "shiyuanjun708@hotmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/yuanjun708/PPPPShare.git",
"tag": "0.0.2"
},
"requires_arc": true,
"pod_target_xcconfig": {
"OTHER_LDFLAGS": "-lObjC"
},
"static_framework": true,
"frameworks": [
"UIKit",
"Foundation"
],
"vendored_frameworks": "PPPPShareSDK/Core/PPPPShare.framework",
"subspecs": [
{
"name": "Facebook",
"source_files": "PPPPShareSDK/SocialLibraries/Facebook",
"pod_target_xcconfig": {
"OTHER_LDFLAGS": "-lObjC"
},
"vendored_libraries": "PPPPShareSDK/SocialLibraries/Facebook/libSocialFacebook.a",
"vendored_frameworks": [
"PPPPShareSDK/Core/PPPPShare.framework",
"PPPPShareSDK/SocialLibraries/Facebook/Bolts.framework",
"PPPPShareSDK/SocialLibraries/Facebook/FBSDKCoreKit.framework",
"PPPPShareSDK/SocialLibraries/Facebook/FBSDKLoginKit.framework",
"PPPPShareSDK/SocialLibraries/Facebook/FBSDKMessengerShareKit.framework",
"PPPPShareSDK/SocialLibraries/Facebook/FBSDKShareKit.framework"
]
}
]
}