| { |
| "name": "MMMFilterKit", |
| "version": "0.1.0", |
| "summary": "MMMFilterKit is simple wrapper in Swift for CIFilter.", |
| "description": "MMMFilterKit will simplify usage of CIFilter for you.\nIt allows chaining, creating custom filters and fast processing using EAGL context.\nInspired by great CIFilterKit!", |
| "homepage": "https://github.com/martinpilch/MMMFilterKit", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Martin Pilch": "martin.pilch@email.cz" |
| }, |
| "source": { |
| "git": "https://github.com/martinpilch/MMMFilterKit.git", |
| "tag": "0.1.0" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "MMMFilterKit/Classes/**/*", |
| "pushed_with_swift_version": "3.0" |
| } |