[Add] ZJSDK 2.5.5.6
[CocoaPods.git] / Specs / e / 8 / d / PeekView / 1.0.2 / PeekView.podspec.json
blobdef2a5d68a2a4b9f1df8e39a065588cc5dca6583
2   "name": "PeekView",
3   "version": "1.0.2",
4   "summary": "PeekView supports peek, pop and preview actions for iOS devices without 3D Touch capibility",
5   "description": "When implementing peek, pop and preview actions with 3D Touch, you may want to support such features for users accessing your app from older devices that don't provide 3D Touch capibility. PeekView hence can be used as an alternative in such case.",
6   "homepage": "https://github.com/itsmeichigo/PeekView",
7   "screenshots": [
8     "https://github.com/itsmeichigo/PeekView/raw/master/peekview.gif",
9     "https://github.com/itsmeichigo/PeekView/raw/master/screenshot.png"
10   ],
11   "license": {
12     "type": "MIT",
13     "file": "LICENSE"
14   },
15   "authors": {
16     "Huong Do": "huongdt29@gmail.com"
17   },
18   "social_media_url": "http://twitter.com/itsmeichigo",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source": {
23     "git": "https://github.com/itsmeichigo/PeekView.git",
24     "tag": "1.0.2"
25   },
26   "source_files": "Source",
27   "resources": "Source/Assets/*.png",
28   "ios": {
29     "resource_bundles": {
30       "PeekView": "Pod/Assets/*.png"
31     }
32   }