| { |
| "name": "Monocle", |
| "version": "1.0", |
| "summary": "iOS player for circular video shot with Snapchat Spectacles.", |
| "homepage": "http://github.com/gizmosachin/Monocle", |
| "license": "MIT", |
| "social_media_url": "http://twitter.com/gizmosachin", |
| "authors": { |
| "Sachin Patel": "me@gizmosachin.com" |
| }, |
| "source": { |
| "git": "https://github.com/gizmosachin/Monocle.git", |
| "tag": "1.0" |
| }, |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "source_files": "Sources/*.swift", |
| "requires_arc": true, |
| "frameworks": [ |
| "Foundation", |
| "UIKit", |
| "CoreGraphics", |
| "CoreMotion", |
| "AVFoundation" |
| ], |
| "pushed_with_swift_version": "3.0" |
| } |