blob: d7bf2d38cf6012f0669d0659c920f1656ebfe4ce [file] [log] [blame]
{
"name": "SXPodCategory",
"version": "1.0.1",
"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.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "SXPodCategory/Classes/**/*",
"subspecs": [
{
"name": "SXPodCategoryNS",
"source_files": "SXPodCategory/Classes/NS/*"
},
{
"name": "SXPodCategoryUI",
"source_files": "SXPodCategory/Classes/UI/*",
"dependencies": {
"SXPodCategory/SXPodCategoryNS": [
]
}
}
]
}