| { |
| "name": "TimelaneCore", |
| "version": "1.0.4", |
| "summary": "The core logging package for Timelane.", |
| "description": "The core logging package for Timelane Library.", |
| "homepage": "https://github.com/icanzilb/TimelaneCore", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Marin Todorov": "touch-code-magazine@underplot.com" |
| }, |
| "source": { |
| "git": "https://github.com/icanzilb/TimelaneCore.git", |
| "tag": "1.0.4" |
| }, |
| "social_media_url": "https://twitter.com/icanzilb", |
| "swift_versions": [ |
| "5.0" |
| ], |
| "requires_arc": true, |
| "platforms": { |
| "ios": "8.0", |
| "osx": "10.10", |
| "watchos": "3.0", |
| "tvos": "9.0" |
| }, |
| "source_files": "Sources/**/*.swift", |
| "frameworks": "Foundation", |
| "swift_version": "5.0" |
| } |