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