[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / b / 1 / e / NSPageControl / 0.0.1 / NSPageControl.podspec.json
blobb559db8583f4445d69b2b245fb36648769f88afb
2   "name": "NSPageControl",
3   "version": "0.0.1",
4   "summary": "A page control for OS X written in Swift",
5   "description": "NSPageControl is simple page control for OS X. Most of the methods are derived from the UIPageControl class in iOS.",
6   "homepage": "https://github.com/nerd0geek1/NSPageControl",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Kohei Tabata": "nerd0geek1@gmail.com"
13   },
14   "platforms": {
15     "osx": "10.9"
16   },
17   "source": {
18     "git": "https://github.com/nerd0geek1/NSPageControl.git",
19     "tag": "v0.0.1"
20   },
21   "source_files": [
22     "Classes",
23     "NSPageControl/*.{swift}"
24   ]