blob: f5c94f856d668ff199b10b05a283ecfffc2282c8 [file] [log] [blame]
{
"name": "libmp3lame",
"version": "0.0.2",
"summary": "mp3 lame 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": "0.0.2"
},
"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"
]
}