[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 0 / 8 / b / DTLoadingIndicator / 0.0.4 / DTLoadingIndicator.podspec.json
blob34d8ae661e26472dcfef4d24f16866fc93003613
2   "name": "DTLoadingIndicator",
3   "version": "0.0.4",
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.4"
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   }