blob: d1af54ae0ab8a6ac5d96b785b16810ae9f68e499 [file] [log] [blame]
{
"name": "Modernistik",
"version": "0.3.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/cocoa",
"license": "Proprietary",
"authors": {
"Modernistik": "contact@modernistik.com"
},
"source": {
"git": "https://github.com/modernistik/cocoa.git",
"tag": "0.3.1"
},
"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/**/*"
}
]
}