blob: 5c65da6b4738924eff6bce5d1b9a8b473616d6d4 [file] [log] [blame]
{
"name": "SACategory",
"version": "0.0.21",
"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.21"
},
"source_files": [
"SACategory",
"SACategory/**/*.{h,m}"
],
"exclude_files": "SACategory/Exclude",
"public_header_files": "SACategory/**/*.h",
"resources": "SACategory/sacategory.bundle",
"dependencies": {
"Masonry": [
],
"SDWebImage": [
]
}
}