[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / 4 / 6 / 1 / JsonAPISwift / 1.0.1 / JsonAPISwift.podspec.json
blob63ae1497d18d3f6fcbfd6f3ae1179b4d833f9e50
2   "name": "JsonAPISwift",
3   "version": "1.0.1",
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.1"
17   },
18   "source_files": "JsonAPI/**/*.swift",
19   "module_name": "JsonAPI",
20   "swift_versions": "5.1",
21   "swift_version": "5.1"