blob: 74515a203c8b407fc9c0f0e985453ffdc90c3c7f [file] [log] [blame]
{
"name": "AppICESDKTry",
"version": "1.7.26",
"summary": "Testing podspec AppICESDK",
"description": "Testing Podspec creation of a static library",
"homepage": "https://www.appice.io",
"license": {
"type": "MIT"
},
"authors": {
"Semusi Technologies": "garima.paliwal25@gmail.com"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/garima25/AppiceSDK.git"
},
"source_files": "include/**/*.{h,m}",
"resources": [
"AppICESDK/appICEBundle.bundle",
"appICE.momd/*.*"
],
"vendored_frameworks": [
"libs/BugfenderSDK.xcframework",
"libs/libiosAppiceSDK.xcframework"
],
"libraries": "c++",
"requires_arc": true,
"frameworks": [
"CoreData",
"SystemConfiguration",
"Security",
"MobileCoreServices",
"CoreGraphics"
],
"weak_frameworks": "UIKit",
"pod_target_xcconfig": {
"VALID_ARCHS": "arm64,arm64e,armv7,armv7s,x86_64"
}
}