blob: 55c2fa27f4485ae73fa7c1a4550654e7d0ccac7c [file] [log] [blame]
{
"name": "TransitionalLoader",
"platforms": {
"ios": "10.0"
},
"summary": "A smooth loader that can be used on any UIView subclass",
"requires_arc": true,
"description": "TransitionalLoader extends UIView, to allow you to transform any UIView subclass into an animated loader easily",
"version": "0.0.2",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ammar Altahhan": "ammar.tahhan@hungerstation.com"
},
"homepage": "https://github.com/HungerStation",
"source": {
"git": "https://github.com/HungerStation/TransitionalLoader.git",
"tag": "0.0.2"
},
"frameworks": "UIKit",
"source_files": "TransitionalLoader/**/*.{swift}",
"swift_versions": "4.2",
"swift_version": "4.2"
}