blob: d112d970bc0b7d1cd407334c88a2d49cf8f5f17f [file] [log] [blame]
{
"name": "Wheel",
"version": "1.0.0",
"summary": "Horizontal wheel picker library for iOS applications.",
"description": "A horizontal wheel picker library for iOS applications. Pass in an array of strings, the initial selected value and receive selections through a callback",
"homepage": "https://github.com/AmirShayegh/Wheel",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"AmirShayegh": "shayegh@me.com"
},
"source": {
"git": "https://github.com/AmirShayegh/Wheel.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "11.0"
},
"source_files": "Wheel/Classes/**/*.{swift}",
"resource_bundles": {
"Wheel": [
"Wheel/Classes/**/*.{storyboard,xib}"
]
},
"frameworks": "UIKit"
}