blob: 63420ff8003c11e62e779e58c181c61595dd3e11 [file] [log] [blame]
{
"name": "RTLAppSkeleton",
"version": "0.2.1",
"summary": "RTLAppSkeleton is a pack of base classes that used when you create new project",
"swift_version": "4.2",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/AlexandrLebedko/RTLAppSkeleton",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"alebedko@retechlabs.com": "alebedko@retechlabs.com"
},
"source": {
"git": "https://github.com/AlexandrLebedko/RTLAppSkeleton.git",
"branch": "master",
"tag": "0.2.1"
},
"platforms": {
"ios": "11.0"
},
"source_files": "RTLAppSkeleton/Classes/**/*",
"frameworks": "UIKit",
"dependencies": {
"ReactiveCocoa": [
"~> 8.0.2"
],
"ReactiveSwift": [
"~> 4.0"
],
"Kingfisher": [
"~> 4.6.2"
]
}
}