| { |
| "name": "NamaRetouch", |
| "version": "1.6.0", |
| "summary": "for camera", |
| "homepage": "https://github.com/WKCLoveYang/NamaRetouch.git", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "WKCLoveYang": "wkcloveyang@gmail.com" |
| }, |
| "platforms": { |
| "ios": "11.0" |
| }, |
| "source": { |
| "git": "https://github.com/WKCLoveYang/NamaRetouch.git", |
| "tag": "1.6.0" |
| }, |
| "frameworks": [ |
| "Foundation", |
| "UIKit", |
| "OpenGLES", |
| "AVFoundation", |
| "CoreMedia" |
| ], |
| "requires_arc": true, |
| "resources": "NamaRetouch/**/*.{bundle,png}", |
| "source_files": "NamaRetouch/**/*.{h,m}", |
| "public_header_files": "NamaRetouch/**/*.h", |
| "dependencies": { |
| "Nama-lite": [ |
| "~> 6.4.1" |
| ] |
| }, |
| "libraries": [ |
| "stdc++" |
| ] |
| } |