blob: bb73a925b66227ab71fb37af954c714b61ea670c [file] [log] [blame]
{
"name": "SOCheckbox",
"version": "1.0",
"summary": "Simple checkbox implementation for iOS written in Swift.",
"description": "Simple checkbox for iOS application. Written entirely in Swift.\nCan be used with Interface Builder.",
"homepage": "https://github.com/SebastianOsinski/SOCheckbox",
"license": "MIT",
"authors": {
"Sebastian OsiƄski": "seb.osinski@gmail.com"
},
"source": {
"git": "https://github.com/SebastianOsinski/SOCheckbox.git",
"tag": "1.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*"
}