[Add] NoctuaSDK 0.6.0
[CocoaPods.git] / Specs / 7 / b / 8 / Vandelay / 0.9.0 / Vandelay.podspec.json
blobaf4109763a555b03e59821c2ab173aad81b4941d
2   "name": "Vandelay",
3   "version": "0.9.0",
4   "swift_versions": [
5     "5.1"
6   ],
7   "summary": "Vandelay is an iOS importer/exporter.",
8   "description": "Vandelay is a Swift library that can be used to import and export\nsting and data to/from iOS apps. It supports strings, Codable and\nData (to be used for more complex objects, image data etc.).",
9   "homepage": "https://github.com/danielsaidi/Vandelay",
10   "license": {
11     "type": "MIT",
12     "file": "LICENSE"
13   },
14   "authors": {
15     "Daniel Saidi": "daniel.saidi@gmail.com"
16   },
17   "source": {
18     "git": "https://github.com/danielsaidi/Vandelay.git",
19     "tag": "0.9.0"
20   },
21   "social_media_url": "https://twitter.com/danielsaidi",
22   "platforms": {
23     "ios": "9.0"
24   },
25   "source_files": "Sources/**/*.{swift}",
26   "swift_version": "5.1"