| { |
| "name": "RFRoundedProgressButton", |
| "version": "0.0.1", |
| "summary": "A customizable rounded corner progress button for iOS written in Swift 5.0", |
| "homepage": "https://github.com/Y2JChamp/RFRoundedProgressButton", |
| "license": { |
| "type": "MIT" |
| }, |
| "authors": { |
| "Raffaele Forgione": "r.forgione@wakala.it" |
| }, |
| "source": { |
| "git": "https://github.com/Y2JChamp/RFRoundedProgressButton.git", |
| "tag": "0.0.1" |
| }, |
| "source_files": "Source/*.swift", |
| "platforms": { |
| "ios": "10.0" |
| }, |
| "ios": { |
| "frameworks": [ |
| "UIKit", |
| "Foundation" |
| ] |
| }, |
| "swift_versions": "5.0", |
| "swift_version": "5.0" |
| } |