blob: cd06ef8c897974643e8f3052ddd0c7706be71fff [file] [log] [blame]
{
"name": "ActionPicker",
"version": "0.1.0",
"summary": "An interactive replication of iOS-style action sheets",
"description": "ActionPicker is an interactive replication of iOS-style action sheets that are widely used across the system to setup AirPods, HomePod, etc.",
"homepage": "https://github.com/Krivoblotsky/ActionPicker",
"screenshots": [
"https://raw.githubusercontent.com/Krivoblotsky/ActionPicker/master/Screenshots/screenshot_1.png",
"https://raw.githubusercontent.com/Krivoblotsky/ActionPicker/master/Screenshots/screenshot_2.png"
],
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Serg Krivoblotsky": "krivoblotsky@me.com"
},
"source": {
"git": "https://github.com/Krivoblotsky/ActionPicker.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/Krivoblotsky",
"swift_versions": "5.0",
"platforms": {
"ios": "11.0"
},
"source_files": "ActionPicker/Classes/**/*",
"resources": "ActionPicker/Assets/Resources/**/*.{xib,storyboard}",
"frameworks": "UIKit",
"swift_version": "5.0"
}