blob: 4887899342d2cf2fa9c4dfa6d9d9a2528d8f54fc [file] [log] [blame]
{
"name": "Astrolabe",
"version": "4.2",
"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": "4.2"
},
"platforms": {
"ios": "9.0",
"tvos": "9.0"
},
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "Sources/Core/*.swift",
"tvos": {
"exclude_files": [
"Sources/Core/*PagerSource.swift",
"Sources/Core/*PagerCollectionViewCell.swift"
]
},
"dependencies": {
"RxSwift": [
"~> 4.2"
],
"RxCocoa": [
"~> 4.2"
]
}
},
{
"name": "Loaders",
"source_files": "Sources/Loaders/*.swift",
"dependencies": {
"Gnomon/Core": [
"~> 4.2"
],
"Astrolabe/Core": [
]
}
}
]
}