blob: 961c720f37bcbf4c832a42b9755d82c3281eb571 [file] [log] [blame]
{
"name": "RCArchitecture",
"version": "0.1.3",
"summary": "RCArchitecture - base implementation for projects.",
"homepage": "https://github.com/wasborntobeawesome/RCArchitecture",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"wasborntobeawesome": "islomalimovm@gmail.com"
},
"source": {
"git": "https://github.com/wasborntobeawesome/RCArchitecture.git",
"tag": "0.1.3"
},
"platforms": {
"ios": "8.0"
},
"swift_versions": [
5.0,
5.1
],
"source_files": [
"RCArchitecture/Classes/**/*",
"RCArchitecture/View/**/*"
],
"frameworks": "UIKit",
"swift_version": "5.1"
}