blob: 7c7615fb5a73a5c0b20c2c70c16ca34a2dd1aa6f [file] [log] [blame]
{
"name": "DRPLoadingSpinner",
"version": "1.2.1",
"summary": "A loading spinner/activity indicator and refresh control that's strikingly Material-like.",
"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.\"",
"homepage": "https://github.com/justindhill/DRPLoadingSpinner",
"screenshots": [
"https://camo.githubusercontent.com/de77faf4dea83039e9038cfe80b907602b52961d/687474703a2f2f696d6775722e636f6d2f635562654974462e676966",
"https://camo.githubusercontent.com/56ea4e538c729d93e4fbd51e610ce4b9ff746284/687474703a2f2f696d6775722e636f6d2f575163677164662e676966"
],
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Justin Hill": "jhill.d@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/justindhill/DRPLoadingSpinner.git",
"tag": "1.2.1"
},
"default_subspecs": "core",
"subspecs": [
{
"name": "core",
"source_files": "src/core/*.{h,m}"
},
{
"name": "Texture",
"dependencies": {
"Texture": [
],
"DRPLoadingSpinner/core": [
]
},
"source_files": "src/texture/*.{h,m}"
}
]
}