blob: 92b6da26d74f3c8b9790b5c5b06c6da5f9d74b0d [file] [log] [blame]
{
"name": "YBLKitTools",
"version": "0.0.1",
"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.1"
},
"requires_arc": true,
"subspecs": [
{
"name": "YBLCategory",
"source_files": "YBLKitTools/YBLCategory/YBLLabel/**/*.{h,m}"
}
]
}