[Add] KJAdSDK 1.4.1.26
[CocoaPods.git] / Specs / d / 2 / e / SWFrame / 1.2.3 / SWFrame.podspec.json
blob6cbfe7f0c0572d211cb91fc683244b3823a40f8d
2   "name": "SWFrame",
3   "version": "1.2.3",
4   "summary": "iOS App Framework.",
5   "description": "iOS App Framework using Swift.",
6   "homepage": "https://github.com/tospery/SWFrame",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "tospery": "tospery@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/tospery/SWFrame.git",
16     "tag": "1.2.3"
17   },
18   "requires_arc": true,
19   "swift_versions": "5.0",
20   "platforms": {
21     "ios": "11.0"
22   },
23   "source_files": "SWFrame/Classes/**/*",
24   "resource_bundles": {
25     "SWFrame": [
26       "SWFrame/Assets/*.png"
27     ]
28   },
29   "frameworks": [
30     "UIKit",
31     "Accelerate",
32     "QuartzCore",
33     "CoreLocation",
34     "SystemConfiguration",
35     "AdSupport",
36     "WebKit",
37     "CoreGraphics",
38     "Photos"
39   ],
40   "dependencies": {
41     "CocoaLumberjack/Swift": [
42       "~> 3.7.0"
43     ],
44     "QMUIKit/QMUICore": [
45       "~> 4.2.1"
46     ],
47     "RxOptional": [
48       "~> 4.1.0"
49     ],
50     "RxSwiftExt": [
51       "~> 5.2.0"
52     ],
53     "RxDataSources": [
54       "~> 4.0.1"
55     ],
56     "RxViewController": [
57       "~> 1.0.0"
58     ],
59     "NSObject+Rx": [
60       "~> 5.1.0"
61     ],
62     "Moya/RxSwift": [
63       "~> 14.0.0"
64     ],
65     "ObjectMapper": [
66       "~> 4.2.0"
67     ],
68     "ReactorKit": [
69       "~> 2.1.1"
70     ],
71     "URLNavigator": [
72       "~> 2.3.0"
73     ],
74     "BonMot": [
75       "~> 5.6.0"
76     ],
77     "SwifterSwift": [
78       "~> 5.2.0"
79     ],
80     "FCUUID": [
81       "~> 1.3.1"
82     ],
83     "Kingfisher": [
84       "~> 5.15.7"
85     ],
86     "DZNEmptyDataSet": [
87       "~> 1.8.1"
88     ],
89     "ESPullToRefresh": [
90       "~> 2.9.3"
91     ]
92   },
93   "swift_version": "5.0"