blob: c025c12d98920fb8191ca2055017647bedbe53fa [file] [log] [blame]
{
"name": "CustomUploadButton",
"version": "1.0.0",
"summary": "Custom upload button based on design from UIMovement.",
"description": "This is a cocoapod for creating a custom upload button based on a design from UIMovement (https://uimovement.com/ui/2472/upload-button/).",
"homepage": "https://github.com/anandvqb/CustomUploadButton",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Anand V": "anandv@qburst.com"
},
"source": {
"git": "https://github.com/anandvqb/CustomUploadButton.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "CustomUploadButton/Classes/**/*",
"resource_bundles": {
"CustomUploadButton": [
"CustomUploadButton/Assets/**/*"
]
},
"frameworks": "UIKit",
"pushed_with_swift_version": "3.0"
}