[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 4 / 0 / c / JSQSystemSoundPlayer / 4.1.0 / JSQSystemSoundPlayer.podspec.json
blob3bf55c5f88ce95e1b6200486fb633c3583c1dace
2   "name": "JSQSystemSoundPlayer",
3   "version": "4.1.0",
4   "license": "MIT",
5   "summary": "A fancy Obj-C wrapper for Cocoa System Sound Services",
6   "homepage": "https://github.com/jessesquires/JSQSystemSoundPlayer",
7   "documentation_url": "http://jessesquires.com/JSQSystemSoundPlayer",
8   "social_media_url": "https://twitter.com/jesse_squires",
9   "authors": {
10     "Jesse Squires": "jesse.squires.developer@gmail.com"
11   },
12   "source": {
13     "git": "https://github.com/jessesquires/JSQSystemSoundPlayer.git",
14     "tag": "4.1.0"
15   },
16   "source_files": "JSQSystemSoundPlayer/JSQSystemSoundPlayer/*.{h,m}",
17   "platforms": {
18     "ios": "6.0",
19     "osx": "10.7"
20   },
21   "ios": {
22     "frameworks": [
23       "AudioToolbox",
24       "Foundation",
25       "UIKit"
26     ]
27   },
28   "osx": {
29     "frameworks": [
30       "AudioToolbox",
31       "Foundation"
32     ]
33   },
34   "requires_arc": true