[Add] BlueIDAccessSDK 2.33.0
[CocoaPods.git] / Specs / 4 / 1 / 6 / Macaw / 0.9.3 / Macaw.podspec.json
blobc4a07da3319a321b5c1f86aa29b14fdc6b5ed25a
2   "name": "Macaw",
3   "version": "0.9.3",
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.3"
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.2"
22   },
23   "source_files": [
24     "Source/**/*.swift"
25   ],
26   "dependencies": {
27     "SWXMLHash": [
29     ]
30   }