blob: 74ebc48057ddc18f8d479b319f2e981a7981e954 [file] [log] [blame]
{
"name": "NDCoordinators",
"version": "0.0.5",
"summary": "A implementation of coordinator pattern.",
"description": "NDCoordinators is a small framework that support interface and a base class for coordinator pattern.",
"homepage": "https://github.com/hiep-nd/nd-coordinator.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Nguyen Duc Hiep": "hiep.nd@gmail.com"
},
"platforms": {
"ios": "9.0"
},
"swift_versions": [
"4.0",
"5.1",
"5.2"
],
"source": {
"git": "https://github.com/hiep-nd/nd-coordinator.git",
"tag": "Pod-0.0.5"
},
"requires_arc": true,
"default_subspecs": "Swift",
"subspecs": [
{
"name": "Core",
"source_files": "Sources/Core/*.{h,m,mm}",
"frameworks": "Foundation"
},
{
"name": "Abstracts",
"source_files": "Sources/Abstracts/*.{h,m,mm}",
"frameworks": "Foundation",
"dependencies": {
"NDCoordinators/Core": [
]
}
},
{
"name": "Coordinators",
"source_files": "Sources/Coordinators/*.{h,m,mm}",
"frameworks": [
"Foundation",
"UIKit"
],
"dependencies": {
"NDCoordinators/Abstracts": [
],
"NDLog": [
"~> 0.0.6"
],
"NDUtils/objc": [
"~> 0.0.5"
]
}
},
{
"name": "ObjC",
"dependencies": {
"NDCoordinators/Core": [
],
"NDCoordinators/Abstracts": [
],
"NDCoordinators/Coordinators": [
]
}
},
{
"name": "Swift",
"dependencies": {
"NDCoordinators/ObjC": [
]
}
}
],
"swift_version": "5.2"
}