[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / 1 / f / 3 / MultiToggleButton / 1.5.1 / MultiToggleButton.podspec.json
blob947c0953d5e36e64550402326078cf95ebc492eb
2   "name": "MultiToggleButton",
3   "version": "1.5.1",
4   "summary": "Multiple state tap to toggle UIButton in Swift",
5   "description": "A UIButton subclass that implements tap-to-toggle button text. (Like the camera flash and timer buttons)",
6   "homepage": "https://github.com/yonat/MultiToggleButton",
7   "screenshots": "https://raw.githubusercontent.com/yonat/MultiToggleButton/master/screenshots/toggle.gif",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE.txt"
11   },
12   "authors": {
13     "Yonat Sharon": "yonat@ootips.org"
14   },
15   "social_media_url": "http://twitter.com/yonatsharon",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "source": {
20     "git": "https://github.com/yonat/MultiToggleButton.git",
21     "tag": "1.5.1"
22   },
23   "source_files": "Sources/*.swift",
24   "requires_arc": true,
25   "pushed_with_swift_version": "3.0"