blob: 563201d7017ee7d86cc5f569a52b636d1e7ee927 [file] [log] [blame]
{
"name": "Money-FlightSchool",
"module_name": "Money",
"version": "1.1.1",
"summary": "A precise, type-safe representation of monetary amounts in a given currency.",
"description": "This functionality is discussed in Chapter 3 of\nFlight School Guide to Swift Numbers.",
"homepage": "https://flight.school/books/numbers/",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Mattt": "mattt@flight.school"
},
"social_media_url": "https://twitter.com/mattt",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/Flight-School/Money.git",
"tag": "1.1.1"
},
"source_files": "Sources/**/*.swift",
"swift_versions": "4.2",
"static_framework": true
}