[Add] ExpoFpCommon 4.8.3
[CocoaPods.git] / Specs / 9 / 6 / e / SRGMediaPlayer / 1.5.10 / SRGMediaPlayer.podspec.json
blob0abeb0c1434cd5caac5767521ea18a322f1da192
2   "name": "SRGMediaPlayer",
3   "version": "1.5.10",
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.10"
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/*.xib",
30       "RTSMediaPlayer/*.png"
31     ]
32   },
33   "dependencies": {
34     "libextobjc/EXTScope": [
35       "~> 0.4.1"
36     ],
37     "TransitionKit": [
38       "~> 2.2.0"
39     ]
40   },
41   "subspecs": [
42     {
43       "name": "Version",
44       "source_files": [
45         "RTSMediaPlayer/RTSMediaPlayerVersion.m",
46         "RTSMediaPlayer/RTSMediaPlayerVersion.h"
47       ],
48       "compiler_flags": "-DRTS_MEDIA_PLAYER_VERSION=1.5.10"
49     }
50   ]