[Add] CastledNotificationService 4.1.3
[CocoaPods.git] / Specs / a / 3 / c / Swapper / 1.0.0 / Swapper.podspec.json
blobdc9111f1b4c97adfe394e6c07d052a69486d28e0
2   "name": "Swapper",
3   "version": "1.0.0",
4   "summary": "UIView that can swap between child views you provide.",
5   "description": "You know those moments in your app when you have a `UITableView` that has no rows to show? You know those moments when you perform a HTTP network request and you want to show a non-blocking loading view to the user? These are very common scenarios for mobile apps. Swapper is a `UIView` that allows you to swap between a set of other `UIView`s with just 1 line of code.",
6   "homepage": "https://github.com/levibostian/Swapper-iOS",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Levi Bostian": "levi@curiosityio.com"
13   },
14   "source": {
15     "git": "https://github.com/levibostian/Swapper-iOS.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "9.3"
20   },
21   "swift_versions": "5.3",
22   "source_files": "Swapper/Classes/**/*",
23   "frameworks": "UIKit",
24   "swift_version": "5.3"