blob: f28558a25d82aceaed4e6f5f4e5e1e84b0f96fc0 [file] [log] [blame]
{
"name": "KOActivityIndicator",
"version": "0.0.2",
"summary": "Easy styled, IBDesigneble and IBInspectable activity indicator on swift",
"description": "A longer description of KOActivityIndicator in Markdown format.\n\n* Think: Why did you write this? What is the focus? What does it do?\n* CocoaPods will be using this to generate tags, and improve search results.\n* Try to keep it short, snappy and to the point.\n* Finally, don't worry about the indent, CocoaPods strips it!",
"homepage": "https://github.com/kohtenko/KOActivityIndicator",
"screenshots": "https://raw.githubusercontent.com/kohtenko/KOActivityIndicator/master/example.gif",
"license": "MIT",
"authors": {
"kohtenko": "kohtenko@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/kohtenko/KOActivityIndicator.git",
"tag": "0.0.2"
},
"requires_arc": true,
"source_files": [
"KOActivityIndicator",
"*.swift"
]
}