| { |
| "name": "SRGMediaPlayer", |
| "version": "1.8.10", |
| "summary": "Shared media player for SRG mobile apps.", |
| "homepage": "https://github.com/SRGSSR/SRGMediaPlayer-iOS", |
| "authors": { |
| "Frédéric Humbert-Droz": "fred.hd@me.com", |
| "Cédric Luthi": "cedric.luthi@rts.ch", |
| "Cédric Foellmi": "cedric@onekilopars.ec", |
| "Samuel Défago": "defagos@gmail.com", |
| "Pierre-Yves Bertholon": "py.bertholon@gmail.com" |
| }, |
| "license": { |
| "type": "MIT" |
| }, |
| "source": { |
| "git": "https://github.com/SRGSSR/SRGMediaPlayer-iOS.git", |
| "branch": "master", |
| "tag": "1.8.10" |
| }, |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "requires_arc": true, |
| "source_files": "RTSMediaPlayer", |
| "public_header_files": "RTSMediaPlayer/*.h", |
| "private_header_files": "RTSMediaPlayer/*+Private.h", |
| "resource_bundles": { |
| "SRGMediaPlayer": [ |
| "RTSMediaPlayer/*.xib", |
| "RTSMediaPlayer/*.png", |
| "RTSMediaPlayer/*.lproj" |
| ] |
| }, |
| "dependencies": { |
| "libextobjc/EXTScope": [ |
| "~> 0.4.1" |
| ], |
| "TransitionKit": [ |
| "~> 2.2.0" |
| ] |
| }, |
| "subspecs": [ |
| { |
| "name": "Version", |
| "source_files": [ |
| "RTSMediaPlayer/RTSMediaPlayerVersion.m", |
| "RTSMediaPlayer/RTSMediaPlayerVersion.h" |
| ], |
| "compiler_flags": "-DRTS_MEDIA_PLAYER_VERSION=1.8.10" |
| } |
| ] |
| } |