blob: 6a42d3ac0e21babba3f4d99991cb133e5fe0859d [file] [log] [blame]
{
"name": "Macaw",
"version": "0.9.2",
"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": {
"Exyte": "info@exyte.com"
},
"source": {
"git": "https://github.com/exyte/Macaw.git",
"tag": "0.9.2"
},
"social_media_url": "http://exyte.com",
"platforms": {
"ios": "9.0",
"osx": "10.12"
},
"requires_arc": true,
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.1"
},
"source_files": [
"Source/**/*.swift"
],
"dependencies": {
"SWXMLHash": [
]
}
}