[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / e / 8 / d / PeekView / 1.1.1 / PeekView.podspec.json
blobcb36ea870e6a6df3658878243283a2da365227a4
2   "name": "PeekView",
3   "version": "1.1.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.1.1"
25   },
26   "source_files": "Source",
27   "resources": "Source/Assets/*.png",
28   "requires_arc": true,
29   "pod_target_xcconfig": {
30     "SWIFT_VERSION": "3.0"
31   }