[Add] flutter_libmwc 0.0.3
[CocoaPods.git] / Specs / 2 / b / 9 / StreamingKit / 0.1.21 / StreamingKit.podspec.json
blob9a6d16d65242d9b60741f10fc4fe9c7b68a92c1c
2   "name": "StreamingKit",
3   "version": "0.1.21",
4   "summary": "A fast and extensible audio streamer for iOS and OSX with support for gapless playback and custom (non-HTTP) sources.",
5   "homepage": "https://github.com/tumtumtum/StreamingKit/",
6   "license": "MIT",
7   "authors": {
8     "Thong Nguyen": "tumtumtum@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/tumtumtum/StreamingKit.git",
12     "tag": "0.1.21"
13   },
14   "platforms": {
15     "ios": "4.3",
16     "osx": "10.7"
17   },
18   "requires_arc": true,
19   "source_files": "StreamingKit/StreamingKit/*.{h,m}",
20   "ios": {
21     "frameworks": [
22       "SystemConfiguration",
23       "CFNetwork",
24       "CoreFoundation",
25       "AudioToolbox"
26     ]
27   },
28   "osx": {
29     "frameworks": [
30       "SystemConfiguration",
31       "CFNetwork",
32       "CoreFoundation",
33       "AudioToolbox",
34       "AudioUnit"
35     ]
36   }