blob: 5ba6219b686ad391022f4db2262f5989ffe98769 [file] [log] [blame]
{
"name": "SSPickerView",
"version": "0.2.1",
"summary": "A simple way to use picker.",
"description": "a simple way to use picker fir ios.",
"homepage": "https://github.com/sillker/SSPickerView",
"license": "MIT",
"authors": {
"sillker": "269055130@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/sillker/SSPickerView.git",
"tag": "0.2.1"
},
"source_files": "SSPickerView/**/*.{h,m}",
"public_header_files": "SSPickerView/**/*.h",
"frameworks": "UIKit",
"requires_arc": true,
"dependencies": {
"Masonry": [
"~> 1.0.2"
]
}
}