[Add] LiteRTObjC 0.0.1-nightly.20250109
[CocoaPods.git] / Specs / 8 / 5 / c / Swiper / 0.0.4 / Swiper.podspec.json
blobb5e5057df473a044011ea40d365ea7d3e2ee4686
2   "name": "Swiper",
3   "version": "0.0.4",
4   "summary": "UIView sublass for creating Tinder like swipe cards.",
5   "description": "UIView sublass for creating Tinder like swipe cards, with a peek view.",
6   "homepage": "https://github.com/gkye/Swiper",
7   "license": "MIT",
8   "authors": {
9     "George Kye": "qwstnz@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/gkye/Swiper.git",
13     "tag": "0.0.4"
14   },
15   "social_media_url": "https://twitter.com/kyegeorge",
16   "platforms": {
17     "ios": "9.0"
18   },
19   "source_files": "Sources/**/*",
20   "frameworks": "UIKit",
21   "dependencies": {
22     "Stellar": [
24     ],
25     "PeekView": [
27     ]
28   }