blob: 134eb6627c2f8cbdc2db10150e8a1f403eb0f354 [file] [log] [blame]
{
"name": "XYBCategary",
"version": "1.0.0",
"summary": "常用的扩展类.",
"description": "谢亚波总结的oc常用扩展类",
"platforms": {
"ios": "8.0"
},
"homepage": "https://github.com/xieyabo/XYBCategary",
"license": "MIT",
"authors": {
"谢亚波": "1047794348@qq.com"
},
"source": {
"git": "https://github.com/xieyabo/XYBCategary.git",
"tag": "1.0.0"
},
"source_files": "XYBCategary/*",
"exclude_files": "Classes/Exclude",
"public_header_files": "XYBCategary/XYBCategaryHeader.h",
"frameworks": [
"Foundation",
"UIKit"
],
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/CommonCrypto"
}
}