blob: 1bf31b833d711db6c2a58b51f283caa5a110bffd [file] [log] [blame]
{
"name": "SSCategory",
"version": "0.0.2",
"summary": "一些日常开发使用的分类",
"description": "SSKit中的组件,适用于日常开发使用的分类",
"homepage": "https://github.com/bassamyan/SSCategory",
"license": "MIT",
"authors": {
"Quincy Yan": "yanyibin.nz@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/bassamyan/SSCategory.git",
"tag": "0.0.2"
},
"source_files": "SSCategoryDemo/SSCategory/SSCategory.h",
"subspecs": [
{
"name": "Foundation",
"source_files": "SSCategoryDemo/SSCategory/Foundation/**/*.{h,m}"
},
{
"name": "UIKit",
"source_files": "SSCategoryDemo/SSCategory/UIKit/**/*.{h,m}",
"dependencies": {
"SSCategory/Foundation": [
],
"Masonry": [
]
}
}
]
}