[Add] MentaVlionAdapter 6.00.22
[CocoaPods.git] / Specs / e / b / f / Soundlinks / 0.1.2 / Soundlinks.podspec.json
blobd917ecd6d2919e97e24b8ce8f15f0af50d6028e6
2   "name": "Soundlinks",
3   "version": "0.1.2",
4   "summary": "Soundlinks SDK provides APIs for parsing contents from audios which are carried inaudible information.\n DESC",
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.2"
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   }