[Add] ApptentiveKit 6.9.1
[CocoaPods.git] / Specs / a / d / 3 / DVSwitch / 1.0.1 / DVSwitch.podspec.json
blob4fdb2d8a0d6500bdb7f52dba991848bd158df135
2   "name": "DVSwitch",
3   "version": "1.0.1",
4   "summary": "Customizable control based on UISwitch and UISegmentedControl written in Objective-C",
5   "description": "* Easily customizable control with nice animations\n* Supporting pan or swipe interactions\n* Requires very little setup - images are not needed\n* Beautiful font color inversion effect - label color changes per pixel:\n* Automatic adjustment based on number of items\n* Inspired by UISegmentedControl and UISwitch",
6   "homepage": "https://github.com/tauCross/DVSwitch",
7   "screenshots": [
8     "http://i.imgur.com/ZrTCGfd.png",
9     "http://i.imgur.com/rX0O15a.png"
10   ],
11   "license": {
12     "type": "MIT",
13     "file": "LICENSE"
14   },
15   "authors": {
16     "tauCross": "mstsccls@gmail.com"
17   },
18   "platforms": {
19     "ios": "7.0"
20   },
21   "source": {
22     "git": "https://github.com/tauCross/DVSwitch.git",
23     "tag": "1.0.1"
24   },
25   "source_files": [
26     "Source",
27     "Source/**/*.{h,m}"
28   ],
29   "requires_arc": true