[Add] Harbor 3.0.0
[CocoaPods.git] / Specs / 9 / f / 3 / iCheckbox / 2.0.0 / iCheckbox.podspec.json
blobacfd5cea7a5d27a1ae9adcb543cb80c4831bfb92
2   "name": "iCheckbox",
3   "version": "2.0.0",
4   "summary": "A custom checkbox component for iOS apps, written in Swift 3.0.",
5   "description": "A custom checkbox component for iOS apps, written in Swift 3.0. Checkboxes can be ordered in one or two columns, can have solid borders with or without rounded corners, single or multiple selections, etc. iCheckbox works with iOS 8 and newer, also can be used in an Objective-C project.",
6   "homepage": "https://github.com/mancunianetz/iCheckbox",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Stefan Godoroja": "mancunianetz@me.com"
13   },
14   "social_media_url": "https://twitter.com/mancunianetz",
15   "platforms": {
16     "ios": "8.0"
17   },
18   "source": {
19     "git": "https://github.com/mancunianetz/iCheckbox.git",
20     "tag": "v2.0.0"
21   },
22   "source_files": "iCheckbox/Source/*.{swift}",
23   "resources": "iCheckbox/*.xcassets",
24   "pod_target_xcconfig": {
25     "SWIFT_VERSION": "3"
26   }