| { |
| "name": "Tagly", |
| "version": "0.1.1", |
| "summary": "A Cocoapods library tag provides a tag cloud view for use in SwiftUI", |
| "description": "This Cocoapods library allows you to easily display views in a tag cloud manner in your SwiftUI app.\nYou just need to pass in your data and a ViewBuilder closure, like you'd with regular Lists.", |
| "homepage": "https://github.com/astarkian/Tagly", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Alan Paiva": "jpaiva.alan@gmail.com" |
| }, |
| "platforms": { |
| "ios": "13.0" |
| }, |
| "swift_versions": "5.0", |
| "source": { |
| "git": "https://github.com/astarkian/Tagly.git", |
| "tag": "0.1.1" |
| }, |
| "source_files": "Tagly/**/*.{h,m,swift}", |
| "swift_version": "5.0" |
| } |