blob: bf1617208cfec620cba1a9d4840f3bc314ac9621 [file] [log] [blame]
{
"name": "XBDevelopTools",
"version": "0.0.1",
"summary": "file path / color / singleton / view",
"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.1"
},
"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}"
}
]
}