blob: b685c761faef4541216b26ab58f5d0a957b1e653 [file] [log] [blame]
{
"name": "Astrolabe",
"version": "5.1.7",
"summary": "Cells management library",
"homepage": "https://github.com/netcosports/Astrolabe",
"license": {
"type": "MIT"
},
"authors": {
"Sergei Mikhan": "sergei@netcosports.com",
"Vladimir Burdukov": "vladimir.burdukov@netcosports.com"
},
"source": {
"git": "https://github.com/netcosports/Astrolabe.git",
"tag": "5.1.7"
},
"platforms": {
"ios": "9.0",
"tvos": "9.0"
},
"swift_versions": [
"5.0",
"5.1"
],
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "Sources/Core/*.swift",
"tvos": {
"exclude_files": [
"Sources/Core/*PagerSource.swift",
"Sources/Core/*PagerCollectionViewCell.swift"
]
},
"dependencies": {
"RxSwift": [
"~> 5"
],
"RxCocoa": [
"~> 5"
]
}
},
{
"name": "Loaders",
"source_files": "Sources/Loaders/*.swift",
"dependencies": {
"Gnomon/Core": [
"~> 5"
],
"Astrolabe/Core": [
]
}
}
],
"swift_version": "5.1"
}