blob: 7944ecf01b300124227d788f713f7b663e191d19 [file] [log] [blame]
{
"name": "NascentKit",
"version": "0.1.7",
"summary": "An iOS framework that simplifies the creation of beautiful apps.",
"description": "This is a framework for building iOS applications using Swift, providing many classes and components that simplify integration with the native platform.\n\nThe library follows a Reactive paradigm, leveraging the [RxSwift](https://github.com/ReactiveX/RxSwift) framework for many asynchronous callbacks.\n\nCurrently, the library provides intefaces for working with:\n - Camera APIs",
"homepage": "https://github.com/nascentdigital/nascentkit-ios",
"license": "MIT",
"authors": {
"Simeon de Dios": "simeon.dedios@gmail.com"
},
"source": {
"git": "https://github.com/nascentdigital/nascentkit-ios.git",
"tag": "0.1.7"
},
"requires_arc": true,
"swift_version": "4.2",
"platforms": {
"ios": "11.1"
},
"source_files": "NascentKit/**/*.swift",
"dependencies": {
"RxSwift": [
"~> 4.0"
],
"RxCocoa": [
"~> 4.0"
]
}
}