blob: b3b5ef268c079be1de8de10389cfa95de68edda6 [file] [log] [blame]
{
"name": "STPopupPreview",
"version": "1.0.5",
"summary": "An alternative peek preview for non 3D Touch devices. Inspired by Instagram.",
"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+.",
"homepage": "https://github.com/kevin0571/STPopupPreview",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Kevin Lin": "kevin_lyn@outlook.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/kevin0571/STPopupPreview.git",
"tag": "1.0.5"
},
"source_files": "STPopupPreview/*.{h,m}",
"public_header_files": "STPopupPreview/*.h",
"dependencies": {
"STPopup": [
"~> 1.7"
]
}
}