| { |
| "name": "ExMedia", |
| "version": "0.1.0", |
| "summary": "Operations on media at iOS platform.", |
| "description": "An fast library process at media. About color, image, filter, voice and others.", |
| "homepage": "https://github.com/0xfeb/ExMedia", |
| "license": "MIT", |
| "authors": { |
| "王渊鸥": "wangyuanou@foxmail.com" |
| }, |
| "swift_version": "4.2", |
| "platforms": { |
| "ios": "10.0" |
| }, |
| "source": { |
| "git": "https://github.com/0xfeb/ExMedia.git", |
| "tag": "0.1.0" |
| }, |
| "source_files": [ |
| "ExMedia", |
| "ExMedia/**/*.{h,m,swift}" |
| ], |
| "exclude_files": "Classes/Exclude", |
| "dependencies": { |
| "ExDraw": [ |
| |
| ], |
| "ExType": [ |
| |
| ] |
| } |
| } |