| { |
| "name": "SJOrentationObserver", |
| "version": "0.0.6", |
| "summary": "Screen rotation observer.", |
| "description": "Screen rotation observer, 屏幕旋转观察者.", |
| "homepage": "https://github.com/changsanjiang/SJOrentationObserver", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE.md" |
| }, |
| "authors": { |
| "SanJiang": "changsanjiang@gmail.com" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source": { |
| "git": "https://github.com/changsanjiang/SJOrentationObserver.git", |
| "tag": "v0.0.6" |
| }, |
| "source_files": "SJOrentationObserver/*.{h,m}", |
| "frameworks": "UIKit", |
| "requires_arc": true, |
| "subspecs": [ |
| { |
| "name": "Category", |
| "source_files": "SJOrentationObserver/Category/*.{h,m}" |
| } |
| ] |
| } |