[Add] CastledNotificationService 4.1.3
[CocoaPods.git] / Specs / a / 3 / c / Swapper / 0.2.0 / Swapper.podspec.json
blob9d59d278e9f1d257a968dbb8da0b3c0ac2fa9498
2   "name": "Swapper",
3   "version": "0.2.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": "0.2.0"
17   },
18   "platforms": {
19     "ios": "9.3"
20   },
21   "swift_versions": "5.0",
22   "source_files": "Swapper/Classes/**/*",
23   "frameworks": "UIKit",
24   "swift_version": "5.0"