[Add] NoctuaSDK 0.6.0
[CocoaPods.git] / Specs / 4 / 6 / 1 / JsonAPISwift / 1.0.3 / JsonAPISwift.podspec.json
blob662f950073850ba8f11ae08eca2915f5ce494292
2   "name": "JsonAPISwift",
3   "version": "1.0.3",
4   "summary": "A Swift JSON:API standard implementation.",
5   "description": "JsonAPI is a Swift JSON:API standard implementation.<br>\nIt has been greatly inspired from another library: [Vox](https://github.com/aronbalog/Vox).\n\nThis library allows several types of use, from framework style to \"raw\" JSON:API object manipulation.",
6   "homepage": "https://github.com/aveine/JsonAPI",
7   "license": "MIT",
8   "authors": {
9     "Christopher Paccard": "christopher.paccard@aveine.paris"
10   },
11   "platforms": {
12     "ios": "11.0"
13   },
14   "source": {
15     "git": "https://github.com/aveine/JsonAPI.git",
16     "tag": "1.0.3"
17   },
18   "source_files": "Sources/JsonAPI/**/*.swift",
19   "module_name": "JsonAPI",
20   "swift_versions": "5.1",
21   "swift_version": "5.1"