blob: ce8e6566c2d72754f0b08c2b2d08b5665d11dd7e [file] [log] [blame]
{
"name": "ESWidgets_swift",
"version": "0.2.1",
"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.2.1"
},
"dependencies": {
"SnapKit": [
"~> 5.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"
}