| { |
| "name": "libmp3lame", |
| "version": "3.99.5", |
| "summary": "lib lame,encode mp3 for iOS", |
| "description": "mp3 lame lib for iOS", |
| "homepage": "https://github.com/John1261/libmp3lame", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "John": "john" |
| }, |
| "source": { |
| "git": "https://github.com/John1261/libmp3lame.git", |
| "tag": "3.99.5" |
| }, |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "source_files": "libmp3lame/Lame/*.{h,m}", |
| "public_header_files": "libmp3lame/Lame/*.h", |
| "preserve_paths": "libmp3lame/Lame", |
| "vendored_libraries": "libmp3lame/Lame/libmp3lame.a", |
| "frameworks": [ |
| "UIKit", |
| "Foundation", |
| "AVFoundation" |
| ] |
| } |