blob: 34149c369e07ea8377588cc1b1a423d91967463e [file] [log] [blame]
{
"name": "YQTools",
"version": "1.0.6",
"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": "1.0.6"
},
"requires_arc": true,
"source_files": "YQTools/*",
"subspecs": [
{
"name": "Category",
"source_files": [
"YQTools/Category/*",
"YQTools/Category/**/*"
]
},
{
"name": "Macro",
"source_files": "YQTools/Macro/*.{h}"
},
{
"name": "Networking",
"source_files": "YQTools/Networking/*.{h,m}",
"dependencies": {
"AFNetworking": [
"~> 3.0"
]
}
},
{
"name": "Notification",
"source_files": "YQTools/Notification/*.{h,m}"
},
{
"name": "Utilities",
"source_files": "YQTools/Utilities/*.{h,m}"
}
]
}