[Add] jionews-shortssdk-cocoapod 2.1.5
[CocoaPods.git] / Specs / e / b / 5 / ESWidgets_swift / 0.6.0 / ESWidgets_swift.podspec.json
blob7b3f845c227f1678b2d6e4f5191f36d2035f2f5e
2   "name": "ESWidgets_swift",
3   "version": "0.6.0",
4   "summary": "Some common widgets for iOS",
5   "homepage": "https://github.com/EverydayStep/ESWidgets_swift",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "codeLocker": "codeLockers@outlook.com"
12   },
13   "swift_versions": "5.0",
14   "platforms": {
15     "ios": "10.0"
16   },
17   "source": {
18     "git": "https://github.com/EverydayStep/ESWidgets_swift.git",
19     "tag": "0.6.0"
20   },
21   "dependencies": {
22     "SnapKit": [
23       "~> 5.0.1"
24     ],
25     "YYText": [
26       "~> 1.0.7"
27     ],
28     "RxSwift": [
29       "~> 5.1.1"
30     ],
31     "RxCocoa": [
32       "~> 5.1.1"
33     ],
34     "RxDataSources": [
35       "~> 4.0.1"
36     ]
37   },
38   "subspecs": [
39     {
40       "name": "Segement",
41       "source_files": "ESWidgets_swift/ESWidgets_swift/Segement/*.swift"
42     },
43     {
44       "name": "Tag",
45       "source_files": "ESWidgets_swift/ESWidgets_swift/Tag/*.swift"
46     },
47     {
48       "name": "View",
49       "source_files": "ESWidgets_swift/ESWidgets_swift/View/*.swift"
50     },
51     {
52       "name": "UITableView",
53       "source_files": "ESWidgets_swift/ESWidgets_swift/UITableView/*.swift"
54     },
55     {
56       "name": "UICollectionView",
57       "source_files": "ESWidgets_swift/ESWidgets_swift/UICollectionView/*.swift"
58     }
59   ],
60   "swift_version": "5.0"