[Add] STBaseProject 1.0.8
[CocoaPods.git] / Specs / c / 5 / f / AUMediaPlayer / 3.0.0 / AUMediaPlayer.podspec.json
blob74ee64e79a4b20d56ef6b8ec2d63e2d549264b34
2   "name": "AUMediaPlayer",
3   "version": "3.0.0",
4   "summary": "AUMediaPlayer is a nice high level API for audio and video playback, both from network stream and local files.",
5   "description": "AUMediaPlayer is a library allowing audio and video playback, both from network stream and local files. It features all the common stuff you may expect, like queues, shuffle, repeat. It has convenient progress observation mechanism based on KVO. It automatically sets media info for lock screen displaying and works with lock screen controls. It also manages interruptions. Library object is included as well. It allows to download and store media. Since then they are automatically played from local files. As from version 3.0 it also enables you to play all media library on chromecast.",
6   "homepage": "https://github.com/appunite/AUMediaPlayer",
7   "license": "MIT",
8   "authors": {
9     "lukasz.kasperek": "lukasz.kasperek@appunite.com"
10   },
11   "source": {
12     "git": "https://github.com/appunite/AUMediaPlayer.git",
13     "tag": "3.0.0"
14   },
15   "social_media_url": "https://medium.com/@appunite",
16   "platforms": {
17     "ios": "7.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*",
21   "resource_bundles": {
22     "AUMediaPlayer": [
23       "Pod/Assets/*.png"
24     ]
25   },
26   "public_header_files": "Pod/Classes/**/*.h",
27   "vendored_frameworks": "Frameworks/GoogleCastSDK-2.7.1-Release/GoogleCast.framework",
28   "frameworks": "GoogleCast",
29   "xcconfig": {
30     "FRAMEWORK_SEARCH_PATHS": "\"${PODS_ROOT}/AUMediaPlayer/Frameworks/GoogleCastSDK-2.7.1-Release\""
31   },
32   "dependencies": {
33     "AFNetworking": [
34       "~> 2.3"
35     ]
36   }