blob: 34a63c03f73f8f70c4dd7f3aa23e76ea2338c38c [file] [log] [blame]
{
"name": "bais-ios",
"version": "1.0.0",
"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.0"
},
"platforms": {
"ios": "8.0"
},
"pushed_with_swift_version": "3.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": [
"~> 3.0"
]
}
}
]
}