blob: ac512b76d7b02c365e03d718b787b495edbae07e [file] [log] [blame]
{
"name": "Astrolabe",
"version": "3.0.4",
"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": "3.0.4"
},
"platforms": {
"ios": "8.0",
"tvos": "9.0"
},
"default_subspecs": "Core",
"pushed_with_swift_version": "4.0",
"subspecs": [
{
"name": "Core",
"source_files": "Sources/Core/*.swift",
"tvos": {
"exclude_files": "Sources/Core/*PagerSource.swift"
},
"dependencies": {
"RxSwift": [
"~> 4.0"
],
"RxCocoa": [
"~> 4.0"
],
"SnapKit": [
"~> 4.0"
]
}
},
{
"name": "Loaders",
"source_files": "Sources/Loaders/*.swift",
"dependencies": {
"Gnomon/Core": [
"~> 3.0"
],
"Astrolabe/Core": [
]
}
}
]
}