blob: 64594f71a07863bfdb2c8f410b4948017b1e5897 [file] [log] [blame]
{
"name": "SWSkeleton",
"version": "0.1.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.1.6"
},
"platforms": {
"ios": "10.0"
},
"source_files": "SWSkeleton/**/*.{swift}",
"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.6.0"
],
"AlamofireImage": [
"3.3.0"
],
"RxSwift": [
"4.1.0"
],
"RxCocoa": [
"4.1.0"
],
"RealmSwift": [
"3.0.2"
],
"ObjectMapper": [
"3.1.0"
]
},
"pushed_with_swift_version": "4.0"
}