[Add] CastledNotificationService 4.1.3
[CocoaPods.git] / Specs / a / b / c / jsonlogic / 1.2.1 / jsonlogic.podspec.json
blobfc431045f6a481663d05350d60fdb17977971114
2   "name": "jsonlogic",
3   "version": "1.2.1",
4   "summary": "A JsonLogic Swift library",
5   "description": "A JsonLogic implementation in Swift. JsonLogic is a way to write rules that involve computations in JSON format, these can be applied on JSON data with consistent results. So you can share between server and clients rules in a common format.",
6   "homepage": "https://github.com/advantagefse/json-logic-swift",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Christos Koninis": "c.koninis@afse.eu"
13   },
14   "source": {
15     "git": "https://github.com/advantagefse/json-logic-swift.git",
16     "tag": "1.2.1"
17   },
18   "platforms": {
19     "ios": "8.0",
20     "tvos": "10.0",
21     "watchos": "2.0",
22     "osx": "10.12"
23   },
24   "cocoapods_version": ">= 1.6.1",
25   "swift_versions": "5",
26   "frameworks": "Foundation",
27   "source_files": "Sources/jsonlogic/*.swift",
28   "module_name": "jsonlogic",
29   "dependencies": {
30     "json-enum": [
31       "~> 1.2.1"
32     ]
33   },
34   "swift_version": "5"