blob: abbcd46fc86f4084966fe69d79cdc1a56fefee3f [file] [log] [blame]
{
"name": "LeanCloudFeedback",
"version": "0.0.7",
"platforms": {
"ios": "6.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.0.7"
},
"source_files": "LeanCloudFeedback/**/*.{h,m}",
"public_header_files": "LeanCloudFeedback/**/*.h",
"resources": "LeanCloudFeedback/resources/*.png",
"xcconfig": {
"OTHER_LDFLAGS": "$(inherited) -undefined dynamic_lookup"
},
"frameworks": [
"Foundation",
"UIKit",
"CoreGraphics",
"QuartzCore"
],
"dependencies": {
"AVOSCloud": [
"~> 3.1"
]
}
}