[Add] LiteRTSwift 0.0.1-nightly.20250103
[CocoaPods.git] / Specs / 4 / 1 / 6 / Macaw / 0.9.2 / Macaw.podspec.json
blob6a42d3ac0e21babba3f4d99991cb133e5fe0859d
2   "name": "Macaw",
3   "version": "0.9.2",
4   "summary": "Powerful and easy-to-use vector graphics library with SVG support written in Swift.",
5   "homepage": "https://github.com/exyte/Macaw.git",
6   "license": "MIT",
7   "authors": {
8     "Exyte": "info@exyte.com"
9   },
10   "source": {
11     "git": "https://github.com/exyte/Macaw.git",
12     "tag": "0.9.2"
13   },
14   "social_media_url": "http://exyte.com",
15   "platforms": {
16     "ios": "9.0",
17     "osx": "10.12"
18   },
19   "requires_arc": true,
20   "pod_target_xcconfig": {
21     "SWIFT_VERSION": "4.1"
22   },
23   "source_files": [
24     "Source/**/*.swift"
25   ],
26   "dependencies": {
27     "SWXMLHash": [
29     ]
30   }