blob: c9606e196bfa2715fd38e12b3ff056f221f91f19 [file] [log] [blame]
{
"name": "AVOSCloudCrashReporting",
"version": "3.1.3.1",
"platforms": {
"ios": "5.1.1"
},
"summary": "LeanCloud iOS Crash Reporting SDK for mobile backend.",
"homepage": "https://leancloud.cn",
"documentation_url": "https://leancloud.cn/docs/api/iOS/index.html",
"license": {
"type": "Commercial",
"text": "Copyright 2015 LeanCloud, Inc. See https://leancloud.cn/terms.html"
},
"authors": {
"LeanCloud": "support@leancloud.cn"
},
"source": {
"http": "https://download.leancloud.cn/sdk/iOS/release-v3.1.3.1/AVOSCloudCrashReporting.framework.zip"
},
"source_files": [
"*.h",
"LCDummy.m"
],
"public_header_files": "*.h",
"preserve_paths": "iOS/release-v3.1.3.1/AVOSCloudCrashReporting.framework/AVOSCloudCrashReporting",
"libraries": "c++",
"dependencies": {
"AVOSCloud": [
]
},
"xcconfig": {
"OTHER_LDFLAGS": "$(inherited)"
},
"vendored_libraries": "libAVOSCloudCrashReportingLib.a",
"prepare_command": "cp iOS/release-v3.1.3.1/AVOSCloudCrashReporting.framework/AVOSCloudCrashReporting libAVOSCloudCrashReportingLib.a\ncp iOS/release-v3.1.3.1/AVOSCloudCrashReporting.framework/Headers/* .\ntouch LCDummy.m"
}