blob: 54eb0392ab4d49e5eb01c9b112ba6b0527d7e0bb [file] [log] [blame]
{
"name": "bais-ios",
"version": "1.0.1",
"summary": "Breezy architecture in Swift for building iOS applications.",
"description": "* Breezy architecture in Swift for building iOS applications. It offers lots of functions which simple and easy to use for developer.",
"homepage": "https://github.com/Mioke/SwiftArchitectureWithPOP",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Mioke Klein": "mioke0428@gmail.com"
},
"source": {
"git": "https://github.com/Mioke/SwiftArchitectureWithPOP.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "9.0"
},
"swift_versions": "5.0",
"subspecs": [
{
"name": "Assistance",
"frameworks": [
"UIKit",
"Foundation"
],
"source_files": "swiftArchitecture/Base/Assistance/**/*.swift"
},
{
"name": "Networking",
"frameworks": [
"UIKit",
"Foundation"
],
"source_files": "swiftArchitecture/Base/Networking/**/*.swift",
"dependencies": {
"Alamofire": [
],
"KMCache": [
],
"bais-ios/Assistance": [
]
}
},
{
"name": "Persistance",
"frameworks": [
"UIKit",
"Foundation"
],
"source_files": "swiftArchitecture/Base/Persistance/**/*.swift",
"dependencies": {
"FMDB": [
],
"bais-ios/Assistance": [
]
}
},
{
"name": "RxExtension",
"source_files": "swiftArchitecture/Base/RxExtension/**/*.swift",
"dependencies": {
"bais-ios/Assistance": [
],
"bais-ios/Networking": [
],
"RxSwift": [
"~> 5.0"
]
}
}
],
"swift_version": "5.0"
}