blob: c930fbcd3beb8203e0595979e6c0e46ccd0f822d [file] [log] [blame]
{
"name": "QuickDataSource",
"version": "1.0.0",
"license": "MIT",
"summary": "μFramework for writing testable Data Sources and ViewModels for UITableView and UICollectionView.",
"homepage": "https://github.com/tgebarowski/QuickDataSource",
"social_media_url": "https://twitter.com/tgebarowski",
"authors": {
"Tomasz Gebarowski": "gebarowski@gmail.com"
},
"source": {
"git": "https://github.com/tgebarowski/QuickDataSource.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "10.0"
},
"source_files": "Sources/**/*.swift",
"requires_arc": true,
"swift_version": "4.2"
}