blob: cad6f761c8b6de0d27ee47d58d69230612e2bf3a [file] [log] [blame]
{
"name": "PPPPShare",
"version": "0.0.1",
"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.1"
},
"requires_arc": true,
"pod_target_xcconfig": {
"OTHER_LDFLAGS": "-lObjC"
},
"static_framework": true,
"frameworks": [
"UIKit",
"Foundation"
],
"vendored_libraries": "PPPPShareSDK/SocialLibraries/Facebook/libSocialFacebook.a",
"vendored_frameworks": [
"PPPPShareSDK/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"
],
"subspecs": [
{
"name": "Facebook",
"source_files": "PPPPShareSDK/SocialLibraries/Facebook"
}
]
}