[Delete] YLCategory-Swift-MacOS 1.0.3
[CocoaPods.git] / Specs / e / 8 / d / PeekView / 1.0.1 / PeekView.podspec.json
blobabf6b1a8273c0ed8f406fc4cb330f91234f6d7e8
2   "name": "PeekView",
3   "version": "1.0.1",
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.1"
25   },
26   "source_files": "Source",
27   "resources": "Source/Assets/*.png",
28   "ios": {
29     "resource_bundles": {
30       "PeekView": "Pod/Assets/*.png"
31     }
32   }