[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 4 / 0 / c / JSQSystemSoundPlayer / 4.2.0 / JSQSystemSoundPlayer.podspec.json
blob41b763e33c719904aa2a2e7e1ba48e98c55c0bf6
2   "name": "JSQSystemSoundPlayer",
3   "version": "4.2.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.2.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