blob: acfd5cea7a5d27a1ae9adcb543cb80c4831bfb92 [file] [log] [blame]
{
"name": "iCheckbox",
"version": "2.0.0",
"summary": "A custom checkbox component for iOS apps, written in Swift 3.0.",
"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.",
"homepage": "https://github.com/mancunianetz/iCheckbox",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Stefan Godoroja": "mancunianetz@me.com"
},
"social_media_url": "https://twitter.com/mancunianetz",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/mancunianetz/iCheckbox.git",
"tag": "v2.0.0"
},
"source_files": "iCheckbox/Source/*.{swift}",
"resources": "iCheckbox/*.xcassets",
"pod_target_xcconfig": {
"SWIFT_VERSION": "3"
}
}