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