blob: 29ef8656994436b56b59ded06775a6bff6c3bebe [file] [log] [blame]
{
"name": "SXPodCategory",
"version": "1.0.5",
"summary": "积累自己项目里常用的一些分类,简化一些系统的方法调用",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/songxing10000/SXPodCategory.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"dfpo": "songxing10000@live.cn"
},
"source": {
"git": "https://github.com/songxing10000/SXPodCategory.git",
"tag": "1.0.5"
},
"platforms": {
"ios": "8.0"
},
"source_files": "SXPodCategory/Classes/SXPodCategory.h",
"subspecs": [
{
"name": "NS",
"source_files": "SXPodCategory/Classes/NS/*"
},
{
"name": "UI",
"source_files": "SXPodCategory/Classes/UI/*",
"dependencies": {
"SXPodCategory/NS": [
]
}
}
]
}