[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 0 / 8 / b / DTLoadingIndicator / 0.0.6 / DTLoadingIndicator.podspec.json
blob5388c7af4f58ec9d9cce8a2cd68892e3b357ce04
2   "name": "DTLoadingIndicator",
3   "version": "0.0.6",
4   "summary": "Easily show/hide a loading indicator in a 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.6"
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   },
28   "pushed_with_swift_version": "3.0"