blob: 02c9a2ee81dd101b535ba77d9a3605ed7911bb43 [file] [log] [blame]
{
"name": "DrivenUISDK",
"version": "0.1.0",
"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": {
"DrivenUISDK": "karimabdelazizmansour@gmail.com"
},
"platforms": {
"ios": "13.0"
},
"source": {
"git": "https://github.com/KarimEbrahemAbdelaziz/DrivenUI.git",
"tag": "0.1.0"
},
"libraries": "z",
"frameworks": [
"SwiftUI",
"Security",
"UIKit"
],
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "\"$(PODS_ROOT)/DrivenUI/\""
},
"requires_arc": true,
"vendored_frameworks": "DrivenUI.xcframework",
"preserve_paths": "DrivenUI.xcframework/*",
"deprecated": true
}