[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / 9 / 6 / e / SRGMediaPlayer / 1.5.4 / SRGMediaPlayer.podspec.json
blob0f2fb47f02d7d9c21f221a3fa3d7ec04da55183d
2   "name": "SRGMediaPlayer",
3   "version": "1.5.4",
4   "summary": "Shared media player for SRG mobile apps.",
5   "homepage": "https://github.com/SRGSSR/SRGMediaPlayer-iOS",
6   "authors": {
7     "Frédéric Humbert-Droz": "fred.hd@me.com",
8     "Cédric Luthi": "cedric.luthi@rts.ch",
9     "Cédric Foellmi": "cedric@onekilopars.ec",
10     "Samuel Défago": "defagos@gmail.com"
11   },
12   "license": {
13     "type": "MIT"
14   },
15   "source": {
16     "git": "https://github.com/SRGSSR/SRGMediaPlayer-iOS.git",
17     "branch": "master",
18     "tag": "1.5.4"
19   },
20   "platforms": {
21     "ios": "7.0"
22   },
23   "requires_arc": true,
24   "source_files": "RTSMediaPlayer",
25   "public_header_files": "RTSMediaPlayer/*.h",
26   "private_header_files": "RTSMediaPlayer/*+Private.h",
27   "resource_bundles": {
28     "SRGMediaPlayer": [
29       "RTSMediaPlayer/Info.plist",
30       "RTSMediaPlayer/*.xib",
31       "RTSMediaPlayer/*.png"
32     ]
33   },
34   "dependencies": {
35     "libextobjc/EXTScope": [
36       "~> 0.4.1"
37     ],
38     "TransitionKit": [
39       "~> 2.2.0"
40     ]
41   }