[Add] CxjToasts 1.0.9
[CocoaPods.git] / Specs / c / d / f / BAPeekPop / 1.1.2 / BAPeekPop.podspec.json
blob2d461c9c0738a90c5f06e7984a032110695e0d9f
2   "name": "BAPeekPop",
3   "version": "1.1.2",
4   "summary": "Peek & Pop Compat for Long Press on non 3D touch Device of iOS 9+",
5   "description": "A compat library to support Peek & Pop on iOS 9+ device.\nIf device supports 3D touch, it will work directly as original 3D touch behavior.\nIf device doesn't supports 3D touch, it will still work and display peek previewing viewcontroller via long press.",
6   "homepage": "https://github.com/BramYeh/BAPeekPop",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Bram Yeh": "hanru.yeh@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/BramYeh/BAPeekPop.git",
16     "tag": "1.1.2"
17   },
18   "requires_arc": true,
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "BAPeekPop/Classes/**/*",
23   "public_header_files": [
24     "BAPeekPop/Classes/BAPeekPop.h",
25     "BAPeekPop/Classes/BAPreviewingViewController.h"
26   ],
27   "resources": "BAPeekPop/Assets/BAPeekPopAssets.xcassets",
28   "frameworks": [
29     "UIKit",
30     "Accelerate",
31     "Foundation"
32   ]