blob: efe6c0199c914e38cdd00eb7126c64a3294dc4e4 [file] [log] [blame]
{
"name": "Source",
"version": "1.4.0",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "The generic data source implementation for all your view controllers.",
"description": "Tired of implementing the data sources over and over again? Want to use a lightweight solution that does not mess up your view controllers? Then this is for you! The generic data source implementation for all your view controllers, that supports UITableView, UICollectionView and NSFetchedResultsController.",
"homepage": "https://github.com/Blackjacx/Source",
"social_media_url": "https://twitter.com/Blackjacxxx",
"authors": {
"Stefan Herold": "stefan.herold@gmail.com"
},
"source": {
"git": "https://github.com/Blackjacx/Source.git",
"tag": "1.4.0"
},
"platforms": {
"ios": "11.0"
},
"source_files": "Source/Classes/**/*",
"frameworks": "UIKit",
"swift_versions": [
"5.1"
],
"swift_version": "5.1"
}