[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / e / b / 5 / ESWidgets_swift / 0.3.6 / ESWidgets_swift.podspec.json
blob86a59c6dc6a7cbff7a2369ca775fa9a32786fb61
2   "name": "ESWidgets_swift",
3   "version": "0.3.6",
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.3.6"
20   },
21   "dependencies": {
22     "SnapKit": [
23       "~> 5.0.1"
24     ],
25     "YYText": [
26       "~> 1.0.7"
27     ]
28   },
29   "subspecs": [
30     {
31       "name": "Segement",
32       "source_files": "ESWidgets_swift/ESWidgets_swift/Segement/*.swift"
33     },
34     {
35       "name": "Tag",
36       "source_files": "ESWidgets_swift/ESWidgets_swift/Tag/*.swift"
37     },
38     {
39       "name": "View",
40       "source_files": "ESWidgets_swift/ESWidgets_swift/View/*.swift"
41     },
42     {
43       "name": "UITableView",
44       "source_files": "ESWidgets_swift/ESWidgets_swift/UITableView/*.swift"
45     },
46     {
47       "name": "UICollectionView",
48       "source_files": "ESWidgets_swift/ESWidgets_swift/UICollectionView/*.swift"
49     }
50   ],
51   "swift_version": "5.0"