[Add] CxjToasts 1.0.9
[CocoaPods.git] / Specs / c / d / f / BAPeekPop / 0.9.0 / BAPeekPop.podspec.json
blobef653c82193e2cedc99c41a85bf6525ebdf8ce2a
2   "name": "BAPeekPop",
3   "version": "0.9.0",
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": "0.9.0"
17   },
18   "requires_arc": true,
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "BAPeekPop/Classes/**/*",
23   "public_header_files": "BAPeekPop/Classes/BAPeekPop.h",
24   "resources": "BAPeekPop/Assets/BAPeekPopAssets.xcassets",
25   "frameworks": [
26     "UIKit",
27     "Accelerate",
28     "Foundation"
29   ]