blob: b7186d9cdd3360e71b2d217046e547443e391ed4 [file] [log] [blame]
{
"name": "EMTLoadingIndicator",
"version": "1.0.1",
"summary": "Displays loading indicator on Apple watchOS 2",
"description": "It has default-look 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": "2.0"
},
"source": {
"git": "https://github.com/hirokimu/EMTLoadingIndicator.git",
"tag": "1.0.1"
},
"watchos": {
"source_files": "EMTLoadingIndicator/Classes/*.swift",
"resources": "EMTLoadingIndicator/Resources/waitIndicatorGraphic.bundle"
},
"frameworks": [
"WatchKit",
"UIKit",
"CoreGraphics"
],
"requires_arc": true
}