blob: dd0362770a556c26bfe45f30746975f12cfd3f54 [file] [log] [blame]
{
"name": "OkDataSources",
"version": "0.1.2",
"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": "0.1.2"
},
"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": [
"~> 2.0.0"
]
}
}
]
}