blob: c082f5d004df34f1dffa0eeb64f5ec7696279881 [file] [log] [blame]
{
"name": "TTHorizontalPicker",
"version": "1.0.0",
"summary": "A custom UIView that acts as a horizontal value picker.",
"description": " A custom UIView that acts as a horizontal value picker. It is designed to scale depending on the size of the view and accepts values from plists. You can change the font, gradient start/end color, horizontal and vertical line colors and gradient direction.\n",
"homepage": "https://github.com/TriggerTrap/TTHorizontalPicker",
"license": "MIT",
"authors": {
"Valentin Kalchev": "valentin@triggertrap.com"
},
"source": {
"git": "https://github.com/TriggerTrap/TTHorizontalPicker.git",
"tag": "v1.0.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": [
"Source",
"Source/**/*.{h,m}"
]
}