blob: 0cb7781d23c4e7601576b39931c4c1b56c429260 [file] [log] [blame]
{
"name": "ESWidgets_swift",
"version": "0.4.4",
"summary": "Some common widgets for iOS",
"homepage": "https://github.com/EverydayStep/ESWidgets_swift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"codeLocker": "codeLockers@outlook.com"
},
"swift_versions": "5.0",
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/EverydayStep/ESWidgets_swift.git",
"tag": "0.4.4"
},
"dependencies": {
"SnapKit": [
"~> 5.0.1"
],
"YYText": [
"~> 1.0.7"
],
"RxSwift": [
"~> 5.1.1"
],
"RxCocoa": [
"~> 5.1.1"
],
"RxDataSources": [
"~> 4.0.1"
]
},
"subspecs": [
{
"name": "Segement",
"source_files": "ESWidgets_swift/ESWidgets_swift/Segement/*.swift"
},
{
"name": "Tag",
"source_files": "ESWidgets_swift/ESWidgets_swift/Tag/*.swift"
},
{
"name": "View",
"source_files": "ESWidgets_swift/ESWidgets_swift/View/*.swift"
},
{
"name": "UITableView",
"source_files": "ESWidgets_swift/ESWidgets_swift/UITableView/*.swift"
},
{
"name": "UICollectionView",
"source_files": "ESWidgets_swift/ESWidgets_swift/UICollectionView/*.swift"
}
],
"swift_version": "5.0"
}