blob: ae1e1aeb35e805c41c4bd74a81a5c28e9ddafcd3 [file] [log] [blame]
{
"name": "FreeStreamer",
"version": "2.7.5",
"license": "BSD",
"summary": "A low-memory footprint streaming audio client for iOS and OS X.",
"homepage": "http://freestreamer.io",
"authors": {
"Matias Muhonen": "mmu@iki.fi"
},
"source": {
"git": "https://github.com/muhku/FreeStreamer.git",
"tag": "2.7.5"
},
"platforms": {
"ios": "6.0",
"osx": "10.7"
},
"source_files": [
"Common/*.{h,m,mm}",
"astreamer/*.{h,cpp}"
],
"ios": {
"frameworks": [
"CFNetwork",
"AudioToolbox",
"AVFoundation",
"MediaPlayer"
]
},
"osx": {
"frameworks": [
"CFNetwork",
"AudioToolbox",
"AVFoundation"
]
},
"libraries": [
"xml2",
"stdc++"
],
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
},
"requires_arc": true,
"dependencies": {
"Reachability": [
"~> 3.0"
]
}
}