[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 7 / 3 / 1 / VBRProceduralStrings / 1.0.0 / VBRProceduralStrings.podspec.json
blob1b3f2b44b8b5d8dd84dabb682513bb0ae70307e2
2   "name": "VBRProceduralStrings",
3   "version": "1.0.0",
4   "summary": "Procedural generation of beautiful svg shapes",
5   "description": "Procedural generation of beautiful svg shapes\n\n![image](https://github.com/v-braun/VBRProceduralStrings/raw/master/.assets/Screenshot.png)",
6   "homepage": "https://github.com/v-braun/VBRProceduralStrings",
7   "screenshots": "https://github.com/v-braun/VBRProceduralStrings/raw/master/.assets/Screenshot.png",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Viktor Braun (v_b)": "mail@viktor-braun.de"
14   },
15   "social_media_url": "https://twitter.com/v_braun",
16   "platforms": {
17     "ios": "10.0"
18   },
19   "swift_version": "4.2",
20   "pod_target_xcconfig": {
21     "SWIFT_VERSION": "4.2"
22   },
23   "source": {
24     "git": "https://github.com/v-braun/VBRProceduralStrings.git",
25     "tag": "1.0.0"
26   },
27   "source_files": "VBRProceduralStrings/*.swift",
28   "exclude_files": "Pods/*",
29   "dependencies": {
30     "Macaw": [
31       "0.9.3"
32     ]
33   }