[Add] BridgeKit 0.1.0
[CocoaPods.git] / Specs / 8 / 3 / 7 / NOSwitch / 0.1.0 / NOSwitch.podspec.json
blob1bfbfa9bd8d773c925baabc8340671b437e79214
2   "name": "NOSwitch",
3   "version": "0.1.0",
4   "summary": "An OSX implementation of UISwitch in iOS7",
5   "description": "  A subclass of NSButton (and NSButtonCell) which renders similar to UISwitch control in iOS7.\n",
6   "homepage": "https://github.com/memega/NOSwitch",
7   "screenshots": "http://i.imgur.com/18RooVw.jpg",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Yuriy Panfyorov": "tohellwithmemega@gmail.com"
14   },
15   "platforms": {
16     "osx": null
17   },
18   "source": {
19     "git": "https://github.com/memega/NOSwitch.git",
20     "tag": "0.1.0"
21   },
22   "source_files": [
23     "NOSwitch/NOSwitchButton.*",
24     "NOSwitch/NOSwitchButtonCell.*"
25   ],
26   "requires_arc": true