blob: b23621d40e10e9e6737c3b10d2953871f1273bbe [file] [log] [blame]
{
"name": "EMTLoadingIndicator",
"version": "3.0.0",
"summary": "Displays loading indicator on Apple watchOS 3+",
"description": "It has dot-style waiting indicator, circular indicator, and progress indicator. Makes animated images for WKInterfaceImage dynamically.",
"homepage": "https://github.com/hirokimu/EMTLoadingIndicator",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Hironobu Kimura": "kimura@emotionale.jp"
},
"platforms": {
"watchos": "3.0"
},
"source": {
"git": "https://github.com/hirokimu/EMTLoadingIndicator.git",
"tag": "3.0.0"
},
"watchos": {
"source_files": "EMTLoadingIndicator/Classes/*.swift",
"resources": "EMTLoadingIndicator/Resources/*.png"
},
"frameworks": [
"WatchKit",
"UIKit"
],
"requires_arc": true,
"pushed_with_swift_version": "3.0"
}