blob: 540bb8e6f1a3b10a9938d05e8470715c4d9e64a5 [file] [log] [blame]
{
"name": "MAActivityIndicator",
"version": "0.1",
"summary": "Dot activity indicator.",
"description": " MAActivityIndicator is a custom activity indicator with little dots written in Swift. All the credit goes to mownier for the original indicator view in objective C.\n",
"homepage": "https://github.com/micazeve/MAActivityIndicator",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": {
"Michaƫl Azevedo": "micazeve@gmail.com"
},
"social_media_url": "https://twitter.com/micazeve",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/micazeve/MAActivityIndicator.git",
"branch": "master",
"tag": "0.1"
},
"source_files": "Classes/**/*.swift",
"frameworks": "Foundation",
"requires_arc": true
}