blob: 51668e0a97001f7ce553ff811fa21ad9da1a2069 [file] [log] [blame]
{
"name": "KTLoadingView",
"version": "0.1.0",
"summary": "KTLoadingView is a subclass of UIView that provides animated loading page.",
"description": "KTLoadingView is a nice and easy-to-use library for iOS. It is highly customizable and userfriendly. Works perfectly on anywhere in your app by just one line of code to provide awesome loading view.",
"homepage": "https://github.com/kokitang/KTLoadingView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"kokitang": "kokitangwaichun@gmail.com"
},
"source": {
"git": "https://github.com/kokitang/KTLoadingView.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "KTLoadingView/Classes/**/*",
"swift_version": "4.0",
"frameworks": "UIKit",
"dependencies": {
"KTLoadingLabel": [
],
"NVActivityIndicatorView": [
]
}
}