blob: 043b16acec881f8291387335d4467cecfa7da088 [file] [log] [blame]
{
"name": "NKSlideScreensTemplate",
"version": "0.1.0",
"summary": "Tool for quick and compact UIPageViewController configuration.",
"description": "The solution is a template with the implementation of the basic methods of configuration and management of UIPageViewController.\n\nThe solution is designed for multi-level architectures, as it allows to distribute the code into the corresponding layers of the module.",
"homepage": "https://github.com/nkopilovskii/NKSlideScreensTemplate",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"nkopilovskii": "nkopilovskii@gmail.com"
},
"source": {
"git": "https://github.com/nkopilovskii/NKSlideScreensTemplate.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/mkopilovskii",
"platforms": {
"ios": "10.0"
},
"swift_versions": "5.0",
"source_files": "NKSlideScreensTemplate/Classes/**/*",
"swift_version": "5.0"
}