[Add] XMUniversalSDK 1.0.0.0-dev
[CocoaPods.git] / Specs / f / 8 / 5 / SYAudio / 1.2.0 / SYAudio.podspec.json
blob25f9bead85dc9547840208369399c2e265ed89f3
2   "name": "SYAudio",
3   "version": "1.2.0",
4   "summary": "Easy to play or stop audio, and to record the radio.",
5   "homepage": "https://github.com/potato512/SYAudio",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "herman": "zhangsy757@163.com"
12   },
13   "platforms": {
14     "ios": "9.0"
15   },
16   "source": {
17     "git": "https://github.com/potato512/SYAudio.git",
18     "tag": "1.2.0"
19   },
20   "source_files": [
21     "SYAudio/*.{h,m}",
22     "SYAudio/LameUitls/*.{h}"
23   ],
24   "vendored_libraries": "SYAudio/LameUitls/*.a",
25   "frameworks": [
26     "AVFoundation",
27     "AudioToolbox",
28     "UIKit",
29     "Foundation"
30   ],
31   "requires_arc": true