blob: 68cc6a5dec573d6e1ed89f5659310fa30c2f772b [file] [log] [blame]
{
"name": "Graver",
"version": "1.0.0",
"summary": "Graver for apps within waimai C",
"homepage": "https://github.com/meituan-dianping/Graver",
"license": {
"type": "Apache License 2.0",
"file": "LICENSE"
},
"authors": {
"chenhang": "hangisnice@gmail.com",
"songyangyang": "493912271@qq.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/meituan-dianping/Graver.git",
"tag": "1.0.0"
},
"source_files": [
"Graver",
"Graver/**/*.{h,m}"
],
"preserve_paths": "*.pch",
"prefix_header_file": "Graver.pch",
"requires_arc": true,
"dependencies": {
"SDWebImage": [
"4.2.1"
]
}
}