| { |
| "name": "IGRFilterCombine", |
| "version": "0.2.0", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "summary": "Shader Filters View", |
| "description": "IGRFilterCombine provides:\n* Apply Instagram like filters", |
| "homepage": "https://igrsoft.com", |
| "social_media_url": "https://twitter.com/ikorich", |
| "authors": "Vitalii Parovishnyk", |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "source": { |
| "git": "https://github.com/IGRSoft/IGRFilterCombine.git", |
| "tag": "0.2.0" |
| }, |
| "public_header_files": [ |
| "IGRFilterCombine/*.h", |
| "IGRFilterCombine/CustomViews/*.h" |
| ], |
| "source_files": "IGRFilterCombine/**/*.{h,m}", |
| "resources": "Resources/IGRFilterCombineResources.bundle", |
| "requires_arc": true, |
| "weak_frameworks": [ |
| "UIKit", |
| "Foundation", |
| "CoreGraphics" |
| ], |
| "ios": { |
| "dependencies": { |
| "GPUImage": [ |
| "0.1.7" |
| ] |
| } |
| } |
| } |