[Add] AlibabacloudBtripOpen20220520 4.5.0
[CocoaPods.git] / Specs / 1 / 8 / 6 / SWSkeleton / 0.2.7 / SWSkeleton.podspec.json
blobcb3c6aa14c83515101219b5121164cdbd789d10b
2   "name": "SWSkeleton",
3   "version": "0.2.7",
4   "summary": "MVVM application skeleton",
5   "description": "List of used protocols",
6   "homepage": "https://github.com/SkywellDevelopers/SWSkeleton",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "SkywellDevelopers": "helpdesk@skywell.com.ua"
13   },
14   "source": {
15     "git": "https://github.com/SkywellDevelopers/SWSkeleton.git",
16     "tag": "0.2.7"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "source_files": "SWSkeleton/Core/**/*",
22   "frameworks": "UIKit",
23   "ios": {
24     "xcconfig": {
25       "OTHER_SWIFT_FLAGS[config=Debug]": "-D DEBUG"
26     }
27   },
28   "pod_target_xcconfig": {
29     "SWIFT_VERSION": "4.0"
30   },
31   "xcconfig": {
32     "SWIFT_VERSION": "4.0"
33   },
34   "dependencies": {
35     "Alamofire": [
36       "4.7.2"
37     ],
38     "AlamofireImage": [
39       "3.3.1"
40     ],
41     "RxSwift": [
42       "4.2.0"
43     ],
44     "RxCocoa": [
45       "4.2.0"
46     ],
47     "RealmSwift": [
48       "3.7.2"
49     ]
50   }