blob: 90c278cbb943a316d2bda1d54ea247dbf3399dad [file] [log] [blame]
{
"name": "AVOSCloudFeedback",
"version": "0.0.1",
"platforms": {
"ios": "5.1.1"
},
"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.1"
},
"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.2.6"
]
}
}