blob: 37e53e93a5a4a763bffbd0723bb5e6525e4fcb5c [file] [log] [blame]
{
"name": "Listable",
"version": "0.1.0",
"summary": "Listable manages DataSources of UITableView and UICollectionView",
"description": "Listable manages DataSources of UITableViews and UICollectionViews",
"homepage": "https://github.com/devmeremenko/Listable",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Maxim Eremenko": "devmeremenko@gmail.com"
},
"source": {
"git": "https://github.com/devmeremenko/Listable.git"
},
"social_media_url": "https://twitter.com/eremenko_maxim",
"platforms": {
"ios": "10.0"
},
"pod_target_xcconfig": {
"SWIFT_WHOLE_MODULE_OPTIMIZATION": "YES",
"SWIFT_VERSION": "4.0"
},
"source_files": "Classes/**/*.swift",
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"EasyCalls/Queues": [
"~> 1.2"
]
}
}