blob: 19cf1c57698ff725cda8d3d6803d0f5df6d6f629 [file] [log] [blame]
{
"name": "XCECollectionView",
"summary": "UICollectionView wrapped in a container with dedicated (customizable) views for \"Empty\" and \"Failure\" states.",
"version": "1.1.6",
"homepage": "https://XCEssentials.github.io/CollectionView",
"source": {
"git": "https://github.com/XCEssentials/CollectionView.git",
"tag": "1.1.6"
},
"requires_arc": true,
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Maxim Khatskevich": "maxim@khatskevi.ch"
},
"default_subspecs": "Core",
"platforms": {
"ios": "9.0"
},
"ios": {
"frameworks": "UIKit"
},
"subspecs": [
{
"name": "Core",
"ios": {
"source_files": "Sources/Core/**/*.swift"
}
},
{
"name": "WithData",
"ios": {
"source_files": "Sources/WithData/**/*.swift",
"dependencies": {
"XCECollectionView/Core": [
],
"XCECollectionData": [
"~> 1.1.0"
]
}
}
}
]
}