blob: 9f697c0624f42d377b23da73bd760b9651569e5d [file] [log] [blame]
{
"name": "BugEase",
"version": "2.7.1",
"summary": "ios端Bug反馈SDK.",
"homepage": "https://bugease.hz.netease.com",
"license": {
"type": "MIT",
"text": " Copyright (C) 2017 BugEase.\n Permission is hereby granted to use this framework as is, modification are not allowed.\n All rights reserved.\n \n"
},
"authors": {
"bugease": "bugease@126.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/BugEase/BugEase_iOS.git"
},
"source_files": "BugEase_iOS.framework/Headers/*.{h}",
"resources": "BugEase_ios_Bundle.bundle",
"libraries": [
"z.1.2.5",
"c++"
],
"requires_arc": true,
"vendored_frameworks": "BugEase_iOS.framework",
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "\"$(PODS_ROOT)/BugEase_iOS/\"",
"OTHER_LDFLAGS": "-ObjC"
}
}