blob: 1c6d02eca29065d1b512427fbd10ad2f7e6ac643 [file] [log] [blame]
{
"name": "YQTools",
"version": "1.2.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": "1.2.1"
},
"requires_arc": true,
"source_files": [
"YQTools/*",
"YQTools/Category/*.h"
],
"subspecs": [
{
"name": "Base",
"source_files": "YQTools/Base/**/*"
},
{
"name": "Category",
"source_files": "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}"
},
{
"name": "Settings",
"source_files": "YQTools/Settings/*.{h,m}"
}
]
}