blob: eeb471ba34380ed974fc3e83ab64bf2bd3896eba [file] [log] [blame]
{
"name": "LeanCloudFeedbackDynamic",
"version": "0.1.1",
"platforms": {
"ios": "8.0"
},
"summary": "LeanCloud iOS SDK for mobile backend.",
"homepage": "https://leancloud.cn",
"documentation_url": "https://leancloud.cn/docs/feedback.html",
"license": {
"type": "Commercial",
"text": "Copyright 2015 LeanCloud, Inc. See https://leancloud.cn/terms.html"
},
"authors": {
"LeanCloud": "support@leancloud.cn"
},
"source": {
"git": "https://github.com/leancloud/leancloud-feedback-ios.git",
"tag": "0.1.1"
},
"source_files": "LeanCloudFeedback/**/*.{h,m}",
"public_header_files": "LeanCloudFeedback/**/*.h",
"resources": "LeanCloudFeedback/resources/*.{png,strings}",
"dependencies": {
"AVOSCloudDynamic": [
]
},
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "\"${PODS_ROOT}/AVOSCloudDynamic/**\"",
"OTHER_LDFLAGS": "$(inherited) -ObjC -framework AVOSCloud"
}
}