| { |
| "name": "Croppy", |
| "version": "0.1.0", |
| "summary": "Image Editor", |
| "description": "Custom Image editor similar to Photos app. Crop, tilt and filters available", |
| "homepage": "https://github.com/alexburtnik/Croppy", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "alexburtnik": "alexburtnik@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/alexburtnik/Croppy.git", |
| "tag": "0.1.0" |
| }, |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "source_files": "Croppy/Classes/**/*.swift", |
| "resource_bundles": { |
| "Croppy": [ |
| "Croppy/Assets/**/*.{png,jpg,storyboard}" |
| ] |
| }, |
| "resources": "Croppy/Assets/**/*.{png,jpg}", |
| "dependencies": { |
| "ABSwiftExtensions": [ |
| |
| ], |
| "ABCustomView": [ |
| |
| ], |
| "EVGPUImage2": [ |
| |
| ] |
| }, |
| "pushed_with_swift_version": "3.1" |
| } |