| { |
| "name": "Swift-Utils", |
| "version": "1.0", |
| "summary": "Swift Utils can be used to simplify various tasks. They are actually an extension to your UIView, UIViewController, NSObject etc.", |
| "description": "Swift Utils can be used to simplify various tasks. They are actually an extension to your UIView, UIViewController, NSObject etc. There is a wonderful extension to add popUp into our viewcontroller or UIWindow from different directions and at different positions.", |
| "homepage": "https://github.com/amrit42087/Swift-Utils", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "amrit42087": "amritsidhu88@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/amrit42087/Swift-Utils.git", |
| "tag": "1.0" |
| }, |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "source_files": "Swift-Utils/Classes/**/*", |
| "swift_version": "4.2", |
| "resource_bundles": { |
| "Swift-Utils": [ |
| "Swift-Utils/Assets/*.png", |
| "Resources/Assets.xcassets", |
| "Resources/Swift-Utils.bundle" |
| ] |
| }, |
| "frameworks": "UIKit" |
| } |