| { |
| "name": "Tanjiro", |
| "version": "1.0.1", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "summary": "Layout Wrapper for NSLayoutAnchor", |
| "homepage": "https://br.linkedin.com/in/jeanvinge", |
| "social_media_url": "https://twitter.com/jean_vinge", |
| "authors": { |
| "Jean Vinge": "jean.vinge@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/jeanvinge/Tanjiro.git", |
| "tag": "1.0.1" |
| }, |
| "platforms": { |
| "ios": "11.0" |
| }, |
| "requires_arc": true, |
| "swift_versions": "5.0", |
| "cocoapods_version": ">= 1.4.0", |
| "default_subspecs": "Core", |
| "swift_version": "5.0", |
| "subspecs": [ |
| { |
| "name": "Core", |
| "source_files": "Sources/**/*.swift", |
| "frameworks": "UIKit" |
| } |
| ] |
| } |