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