blob: c7620458862da9b91cd19e9dca9f9e6f018c9e19 [file] [log] [blame]
{
"name": "AppRouter",
"version": "1.0.0",
"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": "1.0.0"
},
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"ios": {
"frameworks": "UIKit"
},
"source_files": "Sources/Core/*.swift"
},
{
"name": "RxSwift",
"dependencies": {
"AppRouter/Core": [
],
"RxSwift": [
"~> 2.6"
]
},
"source_files": "Sources/RxSwift/*.swift"
}
]
}