[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / 9 / 6 / e / SRGMediaPlayer / 1.8.11 / SRGMediaPlayer.podspec.json
blob3e8e29663cac52c7213e098bd31b786315a07dfa
2   "name": "SRGMediaPlayer",
3   "version": "1.8.11",
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     "Pierre-Yves Bertholon": "py.bertholon@gmail.com"
12   },
13   "license": {
14     "type": "MIT"
15   },
16   "source": {
17     "git": "https://github.com/SRGSSR/SRGMediaPlayer-iOS.git",
18     "branch": "master",
19     "tag": "1.8.11"
20   },
21   "platforms": {
22     "ios": "7.0"
23   },
24   "requires_arc": true,
25   "source_files": "RTSMediaPlayer",
26   "public_header_files": "RTSMediaPlayer/*.h",
27   "private_header_files": "RTSMediaPlayer/*+Private.h",
28   "resource_bundles": {
29     "SRGMediaPlayer": [
30       "RTSMediaPlayer/*.xib",
31       "RTSMediaPlayer/*.png",
32       "RTSMediaPlayer/*.lproj"
33     ]
34   },
35   "dependencies": {
36     "libextobjc/EXTScope": [
37       "~> 0.4.1"
38     ],
39     "TransitionKit": [
40       "~> 2.2.0"
41     ]
42   },
43   "subspecs": [
44     {
45       "name": "Version",
46       "source_files": [
47         "RTSMediaPlayer/RTSMediaPlayerVersion.m",
48         "RTSMediaPlayer/RTSMediaPlayerVersion.h"
49       ],
50       "compiler_flags": "-DRTS_MEDIA_PLAYER_VERSION=1.8.11"
51     }
52   ]