blob: d8e9395d9588127d5521f191390396b9d7047d55 [file] [log] [blame]
{
"name": "QuickIosComponent",
"version": "0.1.1",
"summary": "iOS Library for Quick development.",
"description": "This Library is just Quick iOS development for me.\nThis contains these. MVS (model-view-state) architecture components, UIKit extensions, Useful components and so on.",
"homepage": "https://github.com/brownsoo/QuickIosComponent",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"brownsoo": "hansune@me.com"
},
"source": {
"git": "https://github.com/brownsoo/QuickIosComponent.git",
"tag": "0.1.1"
},
"social_media_url": "https://twitter.com/hansoolabs",
"platforms": {
"ios": "11.0"
},
"source_files": "QuickIosComponent/Classes/**/*",
"frameworks": "UIKit",
"dependencies": {
"ReSwift": [
],
"ReSwiftConsumer": [
],
"RxSwift": [
"~> 4.0"
],
"RxCocoa": [
"~> 4.0"
]
},
"deprecated": true
}