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