blob: 7746038348df6ff9f4502bdc8b423c1bb8d8721f [file] [log] [blame]
{
"name": "OkDataSources",
"version": "0.1.7",
"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.7"
},
"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"
]
}
}
]
}