[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 9 / 0 / 8 / EMTLoadingIndicator / 1.0.2 / EMTLoadingIndicator.podspec.json
blob97c324dfa08781a9e71ac09cfbb000b10066196c
2   "name": "EMTLoadingIndicator",
3   "version": "1.0.2",
4   "summary": "Displays loading indicator on Apple watchOS 2",
5   "description": "It has default-look waiting indicator, circular indicator, and progress indicator. Makes animated images for WKInterfaceImage dynamically.",
6   "homepage": "https://github.com/hirokimu/EMTLoadingIndicator",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Hironobu Kimura": "kimura@emotionale.jp"
13   },
14   "platforms": {
15     "watchos": "2.0"
16   },
17   "source": {
18     "git": "https://github.com/hirokimu/EMTLoadingIndicator.git",
19     "tag": "1.0.2"
20   },
21   "watchos": {
22     "source_files": "EMTLoadingIndicator/Classes/*.swift"
23   },
24   "resources": "EMTLoadingIndicator/Resources/waitIndicatorGraphic.bundle",
25   "frameworks": [
26     "WatchKit",
27     "UIKit",
28     "CoreGraphics"
29   ],
30   "requires_arc": true