blob: 1c0187afc6d436db161e133e8a9d7f2bc0d4bf96 [file] [log] [blame]
{
"name": "YQTools",
"version": "0.3.1",
"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.3.1"
},
"requires_arc": true,
"source_files": "YQTools/*",
"subspecs": [
{
"name": "Macro",
"source_files": "YQTools/Macro/*.{h}"
},
{
"name": "Utilities",
"source_files": "YQTools/Utilities/*.{h,m}"
},
{
"name": "Category",
"source_files": [
"YQTools/Category/*",
"YQTools/Category/**/*"
]
},
{
"name": "Notification",
"source_files": "YQTools/Notification/*.{h,m}"
}
]
}