blob: e6fbccaabf117f0b2e63857c2e8dc8ad63ba2e3b [file] [log] [blame]
{
"name": "Modernistik",
"version": "0.3.0",
"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.3.0"
},
"social_media_url": "https://twitter.com/modernistik",
"platforms": {
"ios": "9.0"
},
"default_subspecs": "Core",
"pushed_with_swift_version": "3.2",
"subspecs": [
{
"name": "Core",
"source_files": "Modernistik/Core/**/*"
},
{
"name": "Hyperdrive",
"dependencies": {
"Modernistik/Core": [
],
"Parse": [
],
"TimeZoneLocate": [
]
},
"source_files": "Modernistik/Hyperdrive/**/*"
}
]
}