blob: 333bf841b63ab3a47c1095833edc45751c2b4edb [file] [log] [blame]
{
"name": "LYToolsKit",
"version": "1.0.0",
"summary": "LYToolsKit is Foundation|UI|Utility SDK.",
"homepage": "https://github.com/yyly/LYToolsKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"yyly": "mingyuegucheng@icloud.com"
},
"source": {
"git": "https://github.com/yyly/LYToolsKit.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "LYToolsKit/LYToolsKit.h",
"subspecs": [
{
"name": "Foundation",
"source_files": "LYToolsKit/Foundation/**/*.{h,m}"
},
{
"name": "UI",
"source_files": "LYToolsKit/UI/**/*.{h,m}"
},
{
"name": "Utility",
"source_files": "LYToolsKit/Utility/**/*.{h,m}"
}
]
}