[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 9 / 0 / 8 / EMTLoadingIndicator / 1.0.3 / EMTLoadingIndicator.podspec.json
blob802b971250b08a72624ab651f8285435eb153ea4
2   "name": "EMTLoadingIndicator",
3   "version": "1.0.3",
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.3"
20   },
21   "watchos": {
22     "source_files": "EMTLoadingIndicator/Classes/*.swift",
23     "resources": "EMTLoadingIndicator/Resources/waitIndicatorGraphic.bundle"
24   },
25   "frameworks": [
26     "WatchKit",
27     "UIKit",
28     "CoreGraphics"
29   ],
30   "requires_arc": true