blob: 2e40f93b444be4085768ed4593146298b735ae9a [file] [log] [blame]
{
"name": "sndfile-Framework",
"version": "1.0.25",
"license": "LPGL",
"summary": "Libsndfile is a C library for reading and writing files containing sampled sound",
"homepage": "https://github.com/PRX/sndfile-Framework",
"social_media_url": "https://twitter.com/prx",
"authors": {
"Chris Kalafarski": "chris.kalafarski@prx.org"
},
"source": {
"git": "https://github.com/PRX/sndfile-Framework.git",
"tag": "1.0.25"
},
"requires_arc": true,
"platforms": {
"ios": "6.0",
"osx": "10.7"
},
"source_files": "sndfile.framework/Versions/A/Headers/*.h",
"vendored_frameworks": "sndfile.framework",
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "$(inherited)"
},
"preserve_paths": "sndfile.framework"
}