[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / f / 5 / 6 / ASMediaFocusManager / 0.6 / ASMediaFocusManager.podspec.json
blob6fd994e3e6ecd79d74078670fddbe736a89a1cd5
2   "name": "ASMediaFocusManager",
3   "version": "0.6",
4   "license": "MIT",
5   "summary": "Animate your iOS image and video views to fullscreen on a simple tap.",
6   "authors": {
7     "Philippe Converset": "pconverset@autresphere.com"
8   },
9   "homepage": "https://github.com/autresphere/ASMediaFocusManager",
10   "source": {
11     "git": "https://github.com/autresphere/ASMediaFocusManager.git",
12     "tag": "0.6"
13   },
14   "platforms": {
15     "ios": "6.0"
16   },
17   "source_files": "ASMediaFocusManager/*.{h,m}",
18   "resources": [
19     "ASMediaFocusManager/*.xib",
20     "ASMediaFocusManager/Resources/*.png"
21   ],
22   "frameworks": [
23     "UIKit",
24     "Foundation",
25     "CoreGraphics",
26     "AVFoundation"
27   ],
28   "requires_arc": true,
29   "dependencies": {
30     "ASBPlayerScrubbing": [
31       "~> 0.1"
32     ]
33   }