| { |
| "name": "LLVideoEditor", |
| "version": "1.0.0", |
| "summary": "An easy to use library for editing videos", |
| "description": " LLVideoEditor is a library for rotating, cropping, adding layers (watermark) and as well as adding audio (music) to the videos.\n", |
| "homepage": "https://github.com/omergul123/LLVideoEditor", |
| "license": { |
| "type": "APACHE", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Ömer Faruk Gül": "omer@omerfarukgul.com" |
| }, |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "source": { |
| "git": "https://github.com/omergul123/LLVideoEditor.git", |
| "tag": "v1.0.0" |
| }, |
| "source_files": "LLVideoEditor/**/*.{h,m}", |
| "requires_arc": true, |
| "frameworks": "AVFoundation" |
| } |