blob: 1b3f2b44b8b5d8dd84dabb682513bb0ae70307e2 [file] [log] [blame]
{
"name": "VBRProceduralStrings",
"version": "1.0.0",
"summary": "Procedural generation of beautiful svg shapes",
"description": "Procedural generation of beautiful svg shapes\n\n![image](https://github.com/v-braun/VBRProceduralStrings/raw/master/.assets/Screenshot.png)",
"homepage": "https://github.com/v-braun/VBRProceduralStrings",
"screenshots": "https://github.com/v-braun/VBRProceduralStrings/raw/master/.assets/Screenshot.png",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Viktor Braun (v_b)": "mail@viktor-braun.de"
},
"social_media_url": "https://twitter.com/v_braun",
"platforms": {
"ios": "10.0"
},
"swift_version": "4.2",
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.2"
},
"source": {
"git": "https://github.com/v-braun/VBRProceduralStrings.git",
"tag": "1.0.0"
},
"source_files": "VBRProceduralStrings/*.swift",
"exclude_files": "Pods/*",
"dependencies": {
"Macaw": [
"0.9.3"
]
}
}