blob: 0de44b8491766c0eecfae10bb0154748ef4a4721 [file] [log] [blame]
{
"name": "YJSearchController",
"version": "1.0.0",
"summary": "搜索",
"homepage": "https://github.com/LYajun/YJSearchController",
"license": "MIT",
"authors": {
"刘亚军": "liuyajun1999@icloud.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/LYajun/YJSearchController.git",
"tag": "1.0.0"
},
"source_files": [
"YJSearchController/Base/*.{h,m}",
"YJSearchController/Main/*.{h,m}",
"YJSearchController/Match/*.{h,m}",
"YJSearchController/Public/*.{h,m}",
"YJSearchController/Record/*.{h,m}"
],
"resources": "YJSearchController/YJSearchController.bundle",
"requires_arc": true,
"dependencies": {
"Masonry": [
],
"LGAlertHUD": [
],
"YJExtensions": [
]
},
"subspecs": [
{
"name": "PinYin",
"source_files": "YJSearchController/PinYin/*.{h,m}"
}
]
}