blob: cb3c6aa14c83515101219b5121164cdbd789d10b [file] [log] [blame]
{
"name": "SWSkeleton",
"version": "0.2.7",
"summary": "MVVM application skeleton",
"description": "List of used protocols",
"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.2.7"
},
"platforms": {
"ios": "10.0"
},
"source_files": "SWSkeleton/Core/**/*",
"frameworks": "UIKit",
"ios": {
"xcconfig": {
"OTHER_SWIFT_FLAGS[config=Debug]": "-D DEBUG"
}
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0"
},
"xcconfig": {
"SWIFT_VERSION": "4.0"
},
"dependencies": {
"Alamofire": [
"4.7.2"
],
"AlamofireImage": [
"3.3.1"
],
"RxSwift": [
"4.2.0"
],
"RxCocoa": [
"4.2.0"
],
"RealmSwift": [
"3.7.2"
]
}
}