blob: 1c3086cfd9da81c5b2a0841c1128f1d2b6e4fd07 [file] [log] [blame]
{
"name": "DrivenUI",
"version": "0.1.1",
"summary": "DrivenUI is an iOS SDK which makes introducing and building Server Driven UI feature into iOS Applications much more convenient.",
"homepage": "https://www.kebrahem.dev/",
"license": {
"type": "Commercial",
"file": "LICENSE.md"
},
"authors": {
"DrivenUI": "karimabdelazizmansour@gmail.com"
},
"platforms": {
"ios": "13.0"
},
"source": {
"git": "https://github.com/KarimEbrahemAbdelaziz/DrivenUI.git",
"tag": "0.1.1"
},
"libraries": "z",
"frameworks": [
"SwiftUI",
"Security",
"UIKit"
],
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "\"$(PODS_ROOT)/DrivenUI/\""
},
"requires_arc": true,
"vendored_frameworks": "DrivenUI.xcframework",
"preserve_paths": "DrivenUI.xcframework/*"
}