blob: 2f4e7e82147d46e26e035537c401639d04b0fda1 [file] [log] [blame]
{
"name": "DownloadButton",
"version": "0.1.0",
"summary": "Customizable Appstore style download button.",
"description": " Customizable Appstore style download button, and other UI components\n\n * Markdown format.\n * Don't worry about the indent, we strip it!\n",
"homepage": "https://github.com/PavelKatunin/DownloadButton",
"screenshots": [
"https://cloud.githubusercontent.com/assets/1636737/7920830/2c4470da-08aa-11e5-99be-e7e9a04479f8.png",
"https://cloud.githubusercontent.com/assets/1636737/7920909/7403d906-08aa-11e5-92d5-f92a09bc2bdc.png"
],
"license": "Apache License, Version 2.0",
"authors": {
"Pavel Katunin": "wk.katunin@gmail.com"
},
"source": {
"git": "https://github.com/PavelKatunin/DownloadButton.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/KatuninP",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"DownloadButton": [
"Pod/Assets/*.png"
]
},
"public_header_files": "Pod/Classes/**/*.h",
"frameworks": "UIKit"
}