blob: 0b5a3b93237d973b2901874b4bf81da8dab05a29 [file] [log] [blame]
{
"name": "Modernistik",
"version": "0.6.1",
"summary": "Swift design patterns, sugars and extensions for Modernistik development.",
"description": "Swift design patterns, sugars and extensions for Modernistik development. A collection\nof best practices and standard classes used when developing client applications in iOS, macOS and tvOS.",
"homepage": "https://github.com/modernistik/Modernistik",
"license": "MIT",
"authors": {
"Modernistik": "contact@modernistik.com"
},
"source": {
"git": "https://github.com/modernistik/Modernistik.git",
"tag": "0.6.1"
},
"social_media_url": "https://www.modernistik.com",
"swift_versions": [
"5.0",
"5.1",
"5.2"
],
"platforms": {
"ios": "10.0",
"tvos": "11.0"
},
"source_files": "Modernistik/**/*",
"frameworks": [
"UIKit",
"Foundation"
],
"swift_version": "5.2"
}