blob: 6343438e344c605c8d0d3716fe03e10889f394d3 [file] [log] [blame]
{
"name": "Macaw",
"version": "0.8.1",
"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.1"
},
"social_media_url": "http://exyte.com",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"pod_target_xcconfig": {
"SWIFT_VERSION": "3.0"
},
"source_files": [
"Source/**/*.*"
],
"dependencies": {
"SWXMLHash": [
"~> 3.0.0"
]
},
"pushed_with_swift_version": "3.0"
}