[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 0 / 8 / b / DTLoadingIndicator / 0.0.3 / DTLoadingIndicator.podspec.json
blobfb323a80af1646e7500055f6d5ed6a64c2040cc2
2   "name": "DTLoadingIndicator",
3   "version": "0.0.3",
4   "summary": "Easily show/hide a loading indicator in fullscreen or a specific view.",
5   "homepage": "https://github.com/daront/DTLoadingIndicator",
6   "license": "MIT",
7   "authors": {
8     "Daron Tancharoen": "daront@gmail.com"
9   },
10   "platforms": {
11     "ios": "8.0"
12   },
13   "source": {
14     "git": "https://github.com/daront/DTLoadingIndicator.git",
15     "tag": "0.0.3"
16   },
17   "source_files": "DTLoadingIndicator/*.{swift}",
18   "resource_bundles": {
19     "DTLoadingIndicator": [
20       "DTLoadingIndicator/*.{gif}"
21     ]
22   },
23   "dependencies": {
24     "FLAnimatedImage": [
25       "~> 1.0"
26     ]
27   }