blob: 7e9f5214fca019d747ca213f97ee4b0202959b3c [file] [log] [blame]
{
"name": "Swift-Utils",
"version": "0.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": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Swift-Utils/Classes/**/*",
"swift_version": "4.2",
"frameworks": "UIKit"
}