blob: b93b6c750800d637c2586977332fdff1ef608631 [file] [log] [blame]
{
"name": "LeanCloudSocialDynamic",
"version": "0.0.7.1",
"summary": "LeanCloud iOS Social SDK for mobile backend.",
"homepage": "https://leancloud.cn",
"license": {
"type": "Commercial",
"text": "© Copyright 2015 LeanCloud, Inc. See https://leancloud.cn/terms.html"
},
"authors": {
"LeanCloud": "support@leancloud.cn"
},
"documentation_url": "https://leancloud.cn/docs/sns.html",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/leancloud/leancloud-social-ios.git",
"tag": "0.0.7.1"
},
"source_files": "Classes/*.{h,m}",
"public_header_files": [
"Classes/AVUser+SNS.h",
"Classes/AVOSCloudSNS.h"
],
"dependencies": {
"AVOSCloudDynamic": [
],
"AFNetworking": [
"~> 2.0"
]
},
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "\"${PODS_ROOT}/AVOSCloudDynamic/**\" \"${PODS_ROOT}/LeanCloudSocialDynamic/**\"",
"OTHER_LDFLAGS": "$(inherited) -ObjC -framework AVOSCloud",
"LD_RUNPATH_SEARCH_PATHS": "@loader_path/../Frameworks"
}
}