blob: 3748137910ef46ccea56fa48b23d0a1d55511042 [file] [log] [blame]
{
"name": "SkeletonViewbb",
"version": "1.0.0",
"summary": "An elegant way to show users that something is happening and also prepare them to which contents he is waiting",
"description": "Today almost all apps have async processes, as API requests, long runing processes, etc. And while the processes are working, usually developers place a loading view to show users that something is going on.\nSkeletonView has been conceived to address this need, an elegant way to show users that something is happening and also prepare them to which contents he is waiting.",
"homepage": "https://github.com/bbrichard/SkeletonViewbb",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Juanpe Catalán": "juanpecm@gmail.com"
},
"social_media_url": "https://twitter.com/JuanpeCatalan",
"platforms": {
"ios": "9.0"
},
"swift_versions": "5.0",
"source": {
"git": "https://github.com/bbrichard/SkeletonViewbb.git",
"tag": "1.0.0"
},
"source_files": "Sources/**/*",
"swift_version": "5.0"
}