[Add] TPNiOS 6.4.35
[CocoaPods.git] / Specs / 2 / c / a / SimpleCheckbox / 2.1.0 / SimpleCheckbox.podspec.json
blob49c1ac1917c5543e40725c8b3366bebb190d2f34
2   "name": "SimpleCheckbox",
3   "version": "2.1.0",
4   "summary": "A simple checkbox.",
5   "swift_versions": "5.1",
6   "description": "SimpleCheckbox aims to accomplish what other iOS checkbox controls haven't. To be simple. There's no animations, no IBDesignable to slow down interface builder, and no performance heavy draw methods.",
7   "homepage": "https://github.com/BeauNouvelle/SimpleCheckbox",
8   "screenshots": "https://raw.githubusercontent.com/BeauNouvelle/SimpleCheckbox/master/demo/images/banner.png",
9   "license": {
10     "type": "MIT",
11     "file": "LICENSE"
12   },
13   "authors": "Beau Nouvelle",
14   "social_media_url": "http://twitter.com/BeauNouvelle",
15   "platforms": {
16     "ios": "10.0"
17   },
18   "source": {
19     "git": "https://github.com/BeauNouvelle/SimpleCheckbox.git",
20     "tag": "2.1.0"
21   },
22   "source_files": "checkbox/*.{swift}",
23   "swift_version": "5.1"