blob: d4b6779c7fe1c7bec867a5c0dbba5ecb07656586 [file] [log] [blame]
{
"name": "SBAActionSheetPicker",
"version": "2.0",
"summary": "Easy to use customised action sheet picker inspired by UIAlertController",
"homepage": "https://github.com/shoaib-akhtar/SBAActionSheetPicker",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Shoaib Akhtar": "shoaib.akhtar1@live.com"
},
"source": {
"git": "https://github.com/shoaib-akhtar/SBAActionSheetPicker.git",
"branch": "master",
"tag": "2.0"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source_files": "SBAActionSheetPicker/*.swift",
"resource_bundles": {
"SBAActionSheetPicker": "SBAActionSheetPicker/*.{lproj,storyboard}"
},
"resources": "SBAActionSheetPicker/SBAActionSheetPicker.storyboard",
"frameworks": [
"Foundation",
"UIKit"
],
"swift_versions": "5.0",
"swift_version": "5.0"
}