blob: f6de16eead167f0a50a3dc1bea24a7ecccbe4977 [file] [log] [blame]
{
"name": "EMTLoadingIndicator",
"version": "1.0.6",
"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.6"
},
"watchos": {
"source_files": "EMTLoadingIndicator/Classes/*.swift",
"resources": "EMTLoadingIndicator/Resources/*.png"
},
"frameworks": [
"WatchKit",
"UIKit"
],
"requires_arc": true
}