blob: fb74a635a88a22ea76145875600cdd3c0c61a173 [file] [log] [blame]
{
"name": "OkDataSources",
"version": "1.3.3",
"summary": "Wrappers for iOS TableView and CollectionView DataSources to simplify its api at a minimum. Also it has a cool PagerView and SlidingTabs!.",
"homepage": "https://github.com/FuckBoilerplate/OkDataSources",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Roberto Frontado": "robertofrontado@gmail.com"
},
"source": {
"git": "https://github.com/FuckBoilerplate/OkDataSources.git",
"tag": "1.3.3"
},
"social_media_url": "https://github.com/FuckBoilerplate",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "Library/*.swift"
},
{
"name": "RxSwift",
"source_files": "Library/RxSwift/*.swift",
"dependencies": {
"OkDataSources/Core": [
],
"RxSwift": [
"4.2.0"
]
}
}
]
}