blob: a04cec3040fe30c15a4a1c1972a9f789a3c209f2 [file] [log] [blame]
{
"name": "Modernistik",
"version": "0.5.2",
"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/cocoa",
"license": "Proprietary",
"authors": {
"Modernistik": "contact@modernistik.com"
},
"source": {
"git": "https://github.com/modernistik/cocoa.git",
"tag": "0.5.2"
},
"social_media_url": "https://www.modernistik.com",
"swift_versions": "5.0",
"platforms": {
"ios": "10.0",
"tvos": "11.0"
},
"default_subspecs": "Core",
"swift_version": "5.0",
"subspecs": [
{
"name": "Core",
"source_files": "Modernistik/Classes/**/*"
}
]
}