blob: ce361a26d8f5b0bd63a0c4f14775a8016354c10a [file] [log] [blame]
{
"name": "RSPOPPickerSheet",
"version": "0.0.2",
"summary": "Fullscreen pop-able and block-able picker sheet.",
"homepage": "https://github.com/yeahdongcn/RSPOPPickerSheet",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"R0CKSTAR": "yeahdongcn@gmail.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/yeahdongcn/RSPOPPickerSheet.git",
"tag": "0.0.2"
},
"source_files": "Classes/*.{h,m}",
"resources": "Classes/*.xib",
"frameworks": [
"UIKit"
],
"requires_arc": true,
"dependencies": {
"pop": [
"~> 1.0.4"
]
}
}