[Add] FlexaScan 1.0.9
[CocoaPods.git] / Specs / 2 / b / 9 / StreamingKit / 0.1.18 / StreamingKit.podspec.json
blobf3f2e17fb0bf36f242481fb36e9f1c0cf949dce3
2   "name": "StreamingKit",
3   "version": "0.1.18",
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.18"
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       "AudioUnit"
27     ]
28   },
29   "osx": {
30     "frameworks": [
31       "SystemConfiguration",
32       "CFNetwork",
33       "CoreFoundation",
34       "AudioToolbox",
35       "AudioUnit"
36     ]
37   }