blob: 3b25be266e7406146b12b7ceaca29ab134e6f3e5 [file] [log] [blame]
{
"name": "XBDevelopTools",
"version": "0.0.4",
"summary": "修复XBScale(value)宏中value包含运算符时计算错误bug",
"homepage": "https://github.com/yanxiaobing/XBDevelopTools",
"license": "MIT",
"authors": {
"XBingo": "dove025@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/yanxiaobing/XBDevelopTools.git",
"tag": "0.0.4"
},
"requires_arc": true,
"source_files": "XBDevelopTools/*.{h}",
"subspecs": [
{
"name": "Color",
"source_files": "XBDevelopTools/Color/*.{h,m}"
},
{
"name": "Path",
"source_files": "XBDevelopTools/Path/*.{h,m}"
},
{
"name": "Singleton",
"source_files": "XBDevelopTools/Singleton/*.{h,m}"
},
{
"name": "View",
"source_files": "XBDevelopTools/View/*.{h,m}"
}
]
}