| { |
| "name": "JSRotatingView", |
| "version": "0.1.0", |
| "summary": "Simple view that helps to detect rotation in UIView subclasses", |
| "description": "A simple rotatable view", |
| "homepage": "https://github.com/jseidman95/JSRotatingView", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Jesse Seidman": "jseidman95@yahoo.com" |
| }, |
| "source": { |
| "git": "https://github.com/jseidman95/JSRotatingView.git", |
| "tag": "0.1.0" |
| }, |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "swift_version": "4.0", |
| "source_files": "JSRotatingView/JSRotatingView.swift" |
| } |