blob: 26ac087524ab891f7a7f02ed5648263477295d03 [file] [log] [blame]
{
"name": "KingSDK",
"version": "1.0",
"summary": "A short description of KingSDK.",
"description": "KingSDK 是一个用于保存一些常用工具类的工具",
"homepage": "http://EXAMPLE/KingSDK",
"license": {
"type": "MIT",
"file": "FILE_LICENSE"
},
"authors": {
"YJJ-CHY": "wlf@jqrjl.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/kingwang2011/TestSDK.git",
"tag": "1.0"
},
"source_files": [
"KingSDK",
"KingSDK/*.{h,m,swift}"
],
"exclude_files": "KingSDK/Exclude"
}