blob: 8bd8c0c70558427a9f91faa1407e41268247400f [file] [log] [blame]
{
"name": "PXQSpinner",
"version": "0.3",
"summary": "PXQSpinner is just another iOS activity indicator.",
"description": "\nThe PXQSpinner allows for better flexibility and customization over the standard UIActivityIndicator view.\n\n * Markdown format.\n * Don't worry about the indent, we strip it!\n",
"homepage": "https://github.com/saorsa/saorsa.PXQSpinner",
"license": "MIT",
"authors": {
"Atanas Dragolov": "atanas.dragolov@saorsa.bg"
},
"source": {
"git": "https://github.com/saorsa/saorsa.PXQSpinner.git",
"tag": "0.3"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"PXQSpinner": [
"Pod/Assets/*.png"
]
},
"frameworks": [
"UIKit",
"CoreGraphics",
"QuartzCore"
],
"dependencies": {
"PXQuisiteExtensions": [
"~> 0.5"
]
}
}