blob: 6430c268e2e8d2d65996d8a031257eb83a7e51c6 [file] [log] [blame]
{
"name": "SWSkeleton",
"version": "0.2.6",
"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.6"
},
"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.1.2"
],
"RxCocoa": [
"4.1.2"
],
"RealmSwift": [
"3.5.0"
]
}
}