[Add] MagicFIDO_iOS_SDK 0.1.0
[CocoaPods.git] / Specs / 8 / f / 9 / PandoraPlayer / 1.0 / PandoraPlayer.podspec.json
blob505e902ef0bc90d98b68dbb1f52b98591c00fdfb
2   "name": "PandoraPlayer",
3   "version": "1.0",
4   "summary": "Music Player for iOS",
5   "description": "A simple iOS music player library written in Swift",
6   "homepage": "https://github.com/AppliKeySolutions/PandoraPlayer",
7   "license": "MIT",
8   "authors": {
9     "Applikey Solutions": "welcome@applikeysolutions.com"
10   },
11   "platforms": {
12     "ios": "9.0"
13   },
14   "source": {
15     "git": "https://github.com/AppliKeySolutions/PandoraPlayer.git",
16     "tag": "1.0"
17   },
18   "source_files": [
19     "Player",
20     "Player/**/*.{h,m,swift}"
21   ],
22   "exclude_files": "Classes/Exclude",
23   "resources": "Player/**/*.{storyboard,xib,xcassets}",
24   "dependencies": {
25     "AudioKit": [
26       "3.7"
27     ]
28   },
29   "pushed_with_swift_version": "3.0"