| { |
| "name": "Caterpillar", |
| "version": "1.0.0", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "summary": "🐛 Caterpillar: Type-safe date formats in Swift, no more yyyy-MM-dd'T'HH:mm:ssZ", |
| "homepage": "https://github.com/fpg1503", |
| "social_media_url": "https://twitter.com/fpg1503", |
| "authors": { |
| "Francesco Perrotti-Garcia": "fpg1503@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/fpg1503/Caterpillar.git", |
| "tag": "v1.0.0" |
| }, |
| "platforms": { |
| "ios": "8.0", |
| "osx": "10.10", |
| "tvos": "9.0", |
| "watchos": "2.0" |
| }, |
| "requires_arc": true, |
| "default_subspecs": "Core", |
| "pushed_with_swift_version": "3.0.2", |
| "subspecs": [ |
| { |
| "name": "Core", |
| "source_files": "Sources/*.swift", |
| "frameworks": "Foundation" |
| } |
| ] |
| } |