blob: 89a1186dd8261ce26dba25a839d5afce2dabcf0c [file] [log] [blame]
{
"name": "AppStack",
"version": "0.4.0",
"summary": "Smart framework used to speed up building of iOS applications",
"description": "AppStack contains coordinators, styling, etc. It is built with RxSwift.",
"homepage": "https://github.com/AppStackCo/AppStack",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Marius Gutoi": "marius.gutoi@gmail.com"
},
"source": {
"git": "https://github.com/AppStackCo/AppStack.git",
"tag": "0.4.0"
},
"platforms": {
"ios": "12.0"
},
"swift_versions": "5.0",
"source_files": "AppStack/Classes/**/*.swift",
"resources": [
"AppStack/Classes/**/*.{json,xib,storyboard,xcassets}"
],
"dependencies": {
"Overture": [
],
"Action": [
],
"Jelly": [
],
"lottie-ios": [
],
"SkyFloatingLabelTextField": [
],
"RxCocoa": [
],
"RxSwift": [
],
"RxDataSources": [
],
"RxBiBinding": [
],
"SPPermissions/Notification": [
],
"SPPermissions/Contacts": [
]
},
"swift_version": "5.0"
}