[Add] ZJSDK 2.5.7.5
[CocoaPods.git] / Specs / 3 / b / 0 / STPopupPreview / 1.0.0 / STPopupPreview.podspec.json
blobe37d30bc48fb4e25540ecbb85950774c1a76980b
2   "name": "STPopupPreview",
3   "version": "1.0.0",
4   "summary": "An alternative peek preview for non 3D Touch devices. Inspired by Instagram.",
5   "description": "- STPopupPreview uses long press gesture to enable quick preview of a page on non 3D Touch devices. Preview actions are also supported. This idea is inspired by Instagram.\n- It is built on top of of STPopup(a library provides STPopupController, which works just like UINavigationController in popup style). Both STPopup and STPopupPreview support iOS 7+.",
6   "homepage": "https://github.com/kevin0571/STPopupPreview",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Kevin Lin": "kevin_lyn@outlook.com"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "source": {
18     "git": "https://github.com/kevin0571/STPopupPreview.git",
19     "tag": "1.0.0"
20   },
21   "source_files": "STPopupPreview/*.{h,m}",
22   "public_header_files": "STPopupPreview/*.h",
23   "dependencies": {
24     "STPopup": [
25       "~> 1.7"
26     ]
27   }