[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 3 / 8 / b / DRPLoadingSpinner / 1.2.1 / DRPLoadingSpinner.podspec.json
blob7c7615fb5a73a5c0b20c2c70c16ca34a2dd1aa6f
2   "name": "DRPLoadingSpinner",
3   "version": "1.2.1",
4   "summary": "A loading spinner/activity indicator and refresh control that's strikingly Material-like.",
5   "description": "\"DRPLoadingSpinner's default settings are very similar to how a Material spinner would look; however, it's very customizable and can express many different styles of spinner. Check out the readme for more info.\"",
6   "homepage": "https://github.com/justindhill/DRPLoadingSpinner",
7   "screenshots": [
8     "https://camo.githubusercontent.com/de77faf4dea83039e9038cfe80b907602b52961d/687474703a2f2f696d6775722e636f6d2f635562654974462e676966",
9     "https://camo.githubusercontent.com/56ea4e538c729d93e4fbd51e610ce4b9ff746284/687474703a2f2f696d6775722e636f6d2f575163677164662e676966"
10   ],
11   "license": {
12     "type": "MIT",
13     "file": "LICENSE.md"
14   },
15   "authors": {
16     "Justin Hill": "jhill.d@gmail.com"
17   },
18   "platforms": {
19     "ios": "7.0"
20   },
21   "source": {
22     "git": "https://github.com/justindhill/DRPLoadingSpinner.git",
23     "tag": "1.2.1"
24   },
25   "default_subspecs": "core",
26   "subspecs": [
27     {
28       "name": "core",
29       "source_files": "src/core/*.{h,m}"
30     },
31     {
32       "name": "Texture",
33       "dependencies": {
34         "Texture": [
36         ],
37         "DRPLoadingSpinner/core": [
39         ]
40       },
41       "source_files": "src/texture/*.{h,m}"
42     }
43   ]