4 "summary": "Powerful and easy-to-use vector graphics library with SVG support written in Swift.",
5 "homepage": "https://github.com/exyte/Macaw",
8 "Igor Zapletnev": "igor.zapletnev@gmail.com"
11 "git": "https://github.com/exyte/Macaw.git",
18 "pod_target_xcconfig": {
19 "SWIFT_VERSION": "3.0"
23 "Source/animation/*.swift",
24 "Source/animation/utils/*.swift",
25 "Source/animation/layer_animation/*.swift",
26 "Source/animation/layer_animation/extensions/*.swift",
27 "Source/animation/types/*.swift",
28 "Source/animation/types/animation_generators/*.swift",
29 "Source/animation/types/animation_generators/cache/*.swift",
30 "Source/bindings/*.swift",
31 "Source/events/*.swift",
32 "Source/model/draw/*.swift",
33 "Source/model/geom2d/*.swift",
34 "Source/model/input/*.swift",
35 "Source/model/scene/*.swift",
36 "Source/render/*.swift",
37 "Source/views/*.swift",
39 "Source/thirdparty/*.swift",
40 "Source/thirdparty/Swift-CAAnimation-Closure/*.swift"