blob: f5b245b0e10b094f55674709c61c7522272d8a07 [file] [log] [blame]
{
"name": "SwiftSortableTableViews",
"version": "0.6.0",
"summary": "Easy to use, Drag and Drop Tableviews",
"homepage": "https://github.com/briankeane/SwiftSortableTableViews.git",
"license": {
"type": "MIT"
},
"authors": {
"Brian Keane": "brian@playola.fm"
},
"swift_versions": "5.0",
"platforms": {
"ios": "10.3",
"osx": "10.12"
},
"source": {
"git": "https://github.com/briankeane/SwiftSortableTableViews.git",
"tag": "0.6.0"
},
"exclude_files": [
],
"source_files": "Sources/**/*.{h,m,swift}",
"ios": {
"exclude_files": "Sources/osx/**/*.{h,m,swift}"
},
"osx": {
"exclude_files": "Sources/ios/**/*.{h,m,swift}"
},
"swift_version": "5.0"
}