| { |
| "name": "NOSwitch", |
| "version": "0.1.0", |
| "summary": "An OSX implementation of UISwitch in iOS7", |
| "description": " A subclass of NSButton (and NSButtonCell) which renders similar to UISwitch control in iOS7.\n", |
| "homepage": "https://github.com/memega/NOSwitch", |
| "screenshots": "http://i.imgur.com/18RooVw.jpg", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Yuriy Panfyorov": "tohellwithmemega@gmail.com" |
| }, |
| "platforms": { |
| "osx": null |
| }, |
| "source": { |
| "git": "https://github.com/memega/NOSwitch.git", |
| "tag": "0.1.0" |
| }, |
| "source_files": [ |
| "NOSwitch/NOSwitchButton.*", |
| "NOSwitch/NOSwitchButtonCell.*" |
| ], |
| "requires_arc": true |
| } |