[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / d / f / 9 / PiPhone / 1.0.1 / PiPhone.podspec.json
blob4c21fc4c5a9364dfad249368cb06755df9d40a79
2   "name": "PiPhone",
3   "version": "1.0.1",
4   "summary": "Picture in picture video playback for iPhone",
5   "description": "PiPhone is a drop in solution to support picture-in-picture (user-initiated playback of video in a floating, resizable window) on iPhone devices.",
6   "homepage": "https://github.com/ky1vstar/PiPhone",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "ky1vstar": "ky1vstar@yandex.ru"
13   },
14   "source": {
15     "git": "https://github.com/ky1vstar/PiPhone.git",
16     "tag": "1.0.1"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "requires_arc": true,
22   "resources": "Source/*.xcassets",
23   "public_header_files": [
24     "Source/PiPhone.h",
25     "Source/Core/PiPManager.h"
26   ],
27   "source_files": "Source/**/*.{h,m}",
28   "frameworks": [
29     "UIKit",
30     "AVKit"
31   ]