[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 3 / 7 / e / TTHorizontalPicker / 1.0.0 / TTHorizontalPicker.podspec.json
blobc082f5d004df34f1dffa0eeb64f5ec7696279881
2   "name": "TTHorizontalPicker",
3   "version": "1.0.0",
4   "summary": "A custom UIView that acts as a horizontal value picker.",
5   "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",
6   "homepage": "https://github.com/TriggerTrap/TTHorizontalPicker",
7   "license": "MIT",
8   "authors": {
9     "Valentin Kalchev": "valentin@triggertrap.com"
10   },
11   "source": {
12     "git": "https://github.com/TriggerTrap/TTHorizontalPicker.git",
13     "tag": "v1.0.0"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": [
20     "Source",
21     "Source/**/*.{h,m}"
22   ]