blob: 0b90b262204386250401b61c739d8077679604ad [file] [log] [blame]
{
"name": "SAPrivateView",
"version": "0.0.1",
"summary": "自定义加减按钮,自定义SACollectionViewGridLayout",
"description": "网仓私有库",
"homepage": "https://github.com/SAndL9/SAPrivateView.git",
"license": "MIT",
"authors": {
"李磊": "lilei@iscs.com.cn"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/SAndL9/SAPrivateView.git",
"tag": "0.0.1"
},
"requires_arc": true,
"subspecs": [
{
"name": "SANumberButton",
"source_files": "SAPrivateView/SAPrivateView/NumberButton.{h,m}"
},
{
"name": "SAPlaceholderLabelTextView",
"source_files": "SAPrivateView/SAPrivateView/SAPlaceholderLabelTextView.{h,m}"
},
{
"name": "SACollectionViewGridLayout",
"source_files": "SAPrivateView/SAPrivateView/SACollectionViewGridLayout.{h,m}"
}
]
}