[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 3 / 0 / c / PIPContainer / 1.0.0 / PIPContainer.podspec.json
blob0097ade98e6c395f2ce1f67f36f62db8a43c2120
2   "name": "PIPContainer",
3   "version": "1.0.0",
4   "summary": "An easy to use interface for picture-in-picture on macOS 10.12 and later.",
5   "homepage": "https://github.com/insidegui/PIPContainer",
6   "description": "A view controller subclass to contain other view controllers to be presented in picture-in-picture mode",
7   "license": {
8     "type": "BSD"
9   },
10   "authors": "Guilherme Rambo",
11   "social_media_url": "https://twitter.com/_inside",
12   "source": {
13     "git": "https://github.com/insidegui/PIPContainer.git",
14     "tag": "1.0.0",
15     "branch": "master"
16   },
17   "osx": {
18     "source_files": "Sources/**/*.{h,m}",
19     "private_header_files": "Sources/Private/*.h",
20     "frameworks": [
21       "Cocoa",
22       "PIP"
23     ]
24   },
25   "platforms": {
26     "osx": "10.12"
27   },
28   "requires_arc": true,
29   "xcconfig": {
30     "FRAMEWORK_SEARCH_PATHS": "/System/Library/PrivateFrameworks"
31   }