blob: b559db8583f4445d69b2b245fb36648769f88afb [file] [log] [blame]
{
"name": "NSPageControl",
"version": "0.0.1",
"summary": "A page control for OS X written in Swift",
"description": "NSPageControl is simple page control for OS X. Most of the methods are derived from the UIPageControl class in iOS.",
"homepage": "https://github.com/nerd0geek1/NSPageControl",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Kohei Tabata": "nerd0geek1@gmail.com"
},
"platforms": {
"osx": "10.9"
},
"source": {
"git": "https://github.com/nerd0geek1/NSPageControl.git",
"tag": "v0.0.1"
},
"source_files": [
"Classes",
"NSPageControl/*.{swift}"
]
}