blob: ad4f1b06087b5f75fc0c452ea0f93619db7814ab [file] [log] [blame]
{
"name": "SketchToUIKit",
"version": "1.0.0",
"summary": "For importing Sketch File to a UIKit Project",
"homepage": "https://github.com/ranvirp/SketchToUIKit-Pod/",
"authors": {
"Ranvir Prasad": "ranvir.prasad@gmail.com"
},
"license": {
"type": "Apache-2.0",
"file": "LICENSE"
},
"platforms": {
"ios": "13.0"
},
"source": {
"http": "https://github.com/ranvirp/SketchToUIKit-Pod/raw/main/SketchToUIKitFramework.zip"
},
"pod_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
},
"user_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
},
"ios": {
"vendored_frameworks": "SketchToUIKit.framework"
}
}