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