blob: 62c73479a3b993effc806223a5d1ff13ae7c5997 [file] [log] [blame]
{
"name": "podLibDemo",
"version": "0.0.1",
"summary": "用于自己测试开发",
"description": "这个属于第一个版本。做了 sayhello处理",
"homepage": "https://github.com/liuDouA/podLibDemo",
"license": "Apache License, Version 2.0",
"authors": {
"刘豆": "liudou@jd.com"
},
"source": {
"git": "https://github.com/liuDouA/podLibDemo.git",
"tag": "0.0.1"
},
"source_files": [
"podLibDemo",
"podLibDemo/podLibDemo/**/*.{h,m}"
],
"public_header_files": "podLibDemo/podLibDemo/podLibHeadFile/**/*.h",
"platforms": {
"osx": null,
"ios": null,
"tvos": null,
"watchos": null
}
}