blob: 1b3d07ab3018497055bedc471d300f15ed6247c5 [file] [log] [blame]
{
"name": "SWSkeleton",
"version": "0.3.0",
"summary": "MVVM application skeleton",
"description": "Group of useful utilities and extensions to make application development process quicker",
"homepage": "https://github.com/SkywellDevelopers/SWSkeleton",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"SkywellDevelopers": "helpdesk@skywell.com.ua"
},
"source": {
"git": "https://github.com/SkywellDevelopers/SWSkeleton.git",
"tag": "0.3.0"
},
"platforms": {
"ios": "10.0"
},
"source_files": "SWSkeleton/Core/**/*",
"frameworks": "UIKit",
"ios": {
"xcconfig": {
"OTHER_SWIFT_FLAGS[config=Debug]": "-D DEBUG"
}
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "5.0"
},
"xcconfig": {
"SWIFT_VERSION": "5.0"
},
"swift_version": "5.0",
"dependencies": {
"Alamofire": [
"4.8.2"
],
"AlamofireImage": [
"3.5.2"
],
"RxSwift": [
"4.5.0"
],
"RxCocoa": [
"4.5.0"
],
"RealmSwift": [
"3.16.2"
]
}
}