blob: f55a88332df934fc1ea0064e062d0ad821b91323 [file] [log] [blame]
{
"name": "AppRouter",
"version": "2.0.1",
"summary": "UIViewController creation, navigation, utility methods for easy routing",
"homepage": "https://github.com/MLSDev/AppRouter",
"license": "MIT",
"authors": {
"Artem Antihevich": "sinarionn@gmail.com"
},
"social_media_url": "https://twitter.com/sinarionn",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/MLSDev/AppRouter.git",
"tag": "2.0.1"
},
"default_subspecs": "Core",
"pushed_with_swift_version": "3.0",
"subspecs": [
{
"name": "Core",
"ios": {
"frameworks": "UIKit"
},
"source_files": "Sources/Core/*.swift"
},
{
"name": "RxSwift",
"dependencies": {
"AppRouter/Core": [
],
"RxSwift": [
"~> 3.0.0"
]
},
"source_files": "Sources/RxSwift/*.swift"
}
]
}