blob: b93d5021337cef12e519bf47c125bb3e79df54c8 [file] [log] [blame]
{
"name": "SACategory",
"version": "0.0.19",
"summary": "iOS开发实用分类集",
"description": "1、常用类的分类(Category);",
"homepage": "https://github.com/yusian/SACategory",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"yusian": "yusian@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/yusian/SACategory.git",
"tag": "0.0.19"
},
"source_files": [
"SACategory",
"SACategory/**/*.{h,m}"
],
"exclude_files": "SACategory/Exclude",
"public_header_files": "SACategory/**/*.h",
"resources": "SACategory/sacategory.bundle",
"dependencies": {
"Masonry": [
],
"SDWebImage": [
]
}
}