blob: 1afd48c63af4e814298b1676dce0b0dd721cf896 [file] [log] [blame]
{
"name": "YQTools",
"version": "0.2.0",
"platforms": {
"ios": "8.0"
},
"summary": "some utilities",
"homepage": "https://github.com/weixinbing/YQTools",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"weixb": "183292352@qq.com"
},
"source": {
"git": "https://github.com/weixinbing/YQTools.git",
"tag": "0.2.0"
},
"requires_arc": true,
"source_files": "YQTools/*",
"subspecs": [
{
"name": "Macro",
"source_files": "YQTools/Macro/*.{h}"
},
{
"name": "Public",
"source_files": "YQTools/Public/*.{h,m}"
},
{
"name": "Category",
"source_files": "YQTools/Category/*.{h,m}"
},
{
"name": "Notification",
"source_files": "YQTools/Notification/*.{h,m}"
}
]
}