[Add] TMNewsInformationSDK 0.0.999
[CocoaPods.git] / Specs / 8 / b / 3 / JustPeek / 0.3.0 / JustPeek.podspec.json
bloba8e4806a99153db91e68e3eec66f7628bf7ee491
2   "name": "JustPeek",
3   "version": "0.3.0",
4   "summary": "iOS Library that adds support for Force Touch-like Peek and Pop interactions on older devices",
5   "description": "JustPeek is an iOS Library that adds support for Force Touch-like Peek and Pop interactions on devices that do not natively support it due to lack of force recognition in the screen.\nUnder the hood it uses the native implementation if available, otherwise a custom implementation based on UILongPressGestureRecognizer.",
6   "homepage": "https://github.com/justeat/JustPeek",
7   "license": {
8     "type": "Apache 2.0",
9     "file": "LICENSE"
10   },
11   "authors": "Just Eat",
12   "source": {
13     "git": "https://github.com/justeat/JustPeek.git",
14     "tag": "0.3.0"
15   },
16   "social_media_url": "https://twitter.com/justeat_tech",
17   "platforms": {
18     "ios": "8.0"
19   },
20   "source_files": "JustPeek/Classes/**/*",
21   "frameworks": "UIKit",
22   "pushed_with_swift_version": "3.0"