blob: 2e865ffd2a3bb338d91f0c8d49a87310c7f58812 [file] [log] [blame]
{
"name": "bais-ios",
"version": "0.1.4",
"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": "0.1.4"
},
"platforms": {
"ios": "8.0"
},
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"Alamofire": [
],
"FMDB": [
],
"KMCache": [
]
},
"source_files": "swiftArchitecture/Base/**/*.swift",
"pushed_with_swift_version": "3.0"
}