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