blob: cc9d3f6b551e50eb306609811178f733e450ba93 [file] [log] [blame]
{
"name": "SYTagLabel",
"version": "1.0.0",
"summary": "iOS类似checkbox的标签文本",
"description": "iOS类似于checkbox的标签文本",
"homepage": "https://github.com/haeysmai/SYTagLabel",
"license": "MIT",
"authors": {
"haeysmai": "Haeysmai@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/haeysmai/SYTagLabel.git",
"tag": "1.0.0"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"frameworks": [
"UIKit",
"Foundation"
],
"subspecs": [
{
"name": "SYTag",
"source_files": "Classes/SYTag/*.{h,m}"
}
]
}