blob: 69b338f32e48967cdbeebcd6df80be35271fa3f0 [file] [log] [blame]
{
"name": "Macaw",
"version": "0.8.0",
"summary": "Powerful and easy-to-use vector graphics library with SVG support written in Swift.",
"homepage": "https://github.com/exyte/Macaw.git",
"license": "MIT",
"authors": {
"Igor Zapletnev": "igor.zapletnev@gmail.com"
},
"source": {
"git": "https://github.com/exyte/Macaw.git",
"tag": "0.8.0"
},
"social_media_url": "http://exyte.com",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"pod_target_xcconfig": {
"SWIFT_VERSION": "3.0"
},
"source_files": [
"Source/*.swift",
"Source/animation/*.swift",
"Source/animation/utils/*.swift",
"Source/animation/layer_animation/*.swift",
"Source/animation/layer_animation/extensions/*.swift",
"Source/animation/types/*.swift",
"Source/animation/types/animation_generators/*.swift",
"Source/animation/types/animation_generators/cache/*.swift",
"Source/bindings/*.swift",
"Source/events/*.swift",
"Source/model/draw/*.swift",
"Source/model/geom2d/*.swift",
"Source/model/input/*.swift",
"Source/model/scene/*.swift",
"Source/render/*.swift",
"Source/views/*.swift",
"Source/svg/*.swift",
"Source/thirdparty/*.swift",
"Source/thirdparty/Swift-CAAnimation-Closure/*.swift"
],
"dependencies": {
"SWXMLHash": [
"~> 3.0.0"
]
},
"pushed_with_swift_version": "3.0"
}