blob: 05680a1e5ba9a6c4debf39cf4aa8f83d3c2c048f [file] [log] [blame]
{
"name": "YQFoundation",
"version": "0.1.4",
"summary": "iOS 基础库",
"description": "iOS 基础库,持续更新",
"homepage": "https://github.com/GitHubLcy/YQFoundation.git",
"license": "MIT",
"authors": {
"SpringSunLcy": "13391550973@163.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/GitHubLcy/YQFoundation.git",
"tag": "0.1.4"
},
"source_files": "YQFoundation/Classes/*.{h,m}",
"subspecs": [
{
"name": "UI",
"source_files": "YQFoundation/Classes/**/*.{h,m}"
}
]
}