blob: 0e225f085f2ccf13eeea9224644293dcbc26c6bf [file] [log] [blame]
{
"name": "OrigamiEngine",
"version": "1.0.8",
"summary": "Lightweight iOS/OSX audio engine with flac, cue, mp3, m4a, m3u support.",
"homepage": "https://github.com/ap4y/OrigamiEngine.git",
"license": "MIT",
"authors": {
"ap4y": "lod@pisem.net"
},
"source": {
"git": "https://github.com/ap4y/OrigamiEngine.git",
"tag": "1.0.8",
"submodules": true
},
"source_files": "OrigamiEngine/**/*.{h,m}",
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"ios": {
"preserve_paths": "Audio-Frameworks/bin/flac/FLAC.framework",
"frameworks": [
"AudioToolbox",
"AVFoundation",
"FLAC"
],
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "\"$(PODS_ROOT)/OrigamiEngine/Audio-Frameworks/bin/flac/\" \"$(SDKROOT)/Developer/Library/Frameworks\" \"$(DEVELOPER_LIBRARY_DIR)/Frameworks\""
}
},
"osx": {
"preserve_paths": "Audio-Frameworks/bin/flac/FLAC_OSX/FLAC.framework",
"frameworks": [
"AudioToolbox",
"AVFoundation",
"AudioUnit",
"FLAC"
],
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "\"$(PODS_ROOT)/OrigamiEngine/Audio-Frameworks/bin/flac/FLAC_OSX/\" \"$(SDKROOT)/Developer/Library/Frameworks\" \"$(DEVELOPER_LIBRARY_DIR)/Frameworks\""
}
},
"requires_arc": false
}