blob: 6d50a61f4daba42acc40b1aae7e55620f1e77e22 [file] [log] [blame]
{
"name": "SYPodTest",
"version": "0.1.0",
"summary": "创建cocoapods公共库练习",
"description": "TODO: 练习创建自己的cocoapods库",
"homepage": "https://github.com/Steven-Yung/SYPodTest",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"rongxianyu": "356586162@qq.com"
},
"source": {
"git": "https://github.com/Steven-Yung/SYPodTest.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "SYPodTest/Classes/**/*"
}