[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 4 / f / 6 / MKToggleButton / 1.2.0 / MKToggleButton.podspec.json
blobdf5f334e7a2adac2a4e798f033fb7b301e64ffd7
2   "name": "MKToggleButton",
3   "version": "1.2.0",
4   "summary": "A binary toggle button that looks like the iOS7 toolbar toggles",
5   "description": "This UIButton subclass emulates the rounded-rect toggle buttons seen in many iOS 7 applications.",
6   "homepage": "https://github.com/mikekatz/MKToggleButton",
7   "screenshots": "https://raw.githubusercontent.com/mikekatz/MKToggleButton/master/screenshot/MKToggleButton.png",
8   "license": {
9     "type": "Apache License, Version 2.0",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Michael Katz": "katzman@gmail.com"
14   },
15   "social_media_url": "http://twitter.com/TheMikeKatz",
16   "platforms": {
17     "ios": "7.0"
18   },
19   "source": {
20     "git": "https://github.com/mikekatz/MKToggleButton.git",
21     "tag": "v1.2.0"
22   },
23   "source_files": [
24     "MKToggleButton",
25     "MKToggleButton/**/*.{h,m}"
26   ],
27   "requires_arc": true