[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / e / b / f / Soundlinks / 0.1.6 / Soundlinks.podspec.json
blob51d80555d94fc3ea7beded6bf52a06ee6e23265f
2   "name": "Soundlinks",
3   "version": "0.1.6",
4   "summary": "Soundlinks SDK",
5   "description": "Soundlinks SDK provides APIs for parsing contents from audios which are carried inaudible information.",
6   "homepage": "https://github.com/liqingyao/Soundlinks",
7   "license": "MIT",
8   "authors": {
9     "liqingyao": "qingyao.li@yahoo.com"
10   },
11   "source": {
12     "git": "https://github.com/liqingyao/Soundlinks.git",
13     "tag": "0.1.6"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/Soundlinks.h",
20   "public_header_files": "Pod/Classes/Soundlinks.h",
21   "preserve_paths": "Pod/Classes/libSoundlinks.a",
22   "ios": {
23     "vendored_libraries": "Pod/Classes/libSoundlinks.a"
24   },
25   "frameworks": [
26     "Foundation",
27     "QuartzCore",
28     "AudioToolbox",
29     "AVFoundation",
30     "UIKit"
31   ]