blob: def653bb6d38fc54d0bb7a23440e713746dd5495 [file] [log] [blame]
{
"name": "YBLKitTools",
"version": "0.0.2",
"summary": "UIKit extend and crategory tools.",
"description": "custom category used on iOS,which implemnet use objective-c.",
"homepage": "https://github.com/YuBilai/YBLKitTools",
"license": "MIT",
"authors": {
"YuBilai": "1229961064@qq.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/YuBilai/YBLKitTools.git",
"tag": "0.0.2"
},
"requires_arc": true,
"subspecs": [
{
"name": "YBLCategory",
"source_files": "YBLKitTools/YBLCategory/YBLLabel/**/*"
},
{
"name": "YBLMacro",
"source_files": "YBLKitTools/**/*"
}
]
}