[Add] CastledNotificationService 4.1.3
[CocoaPods.git] / Specs / a / b / c / jsonlogic / 1.1.0 / jsonlogic.podspec.json
blob4f13a0ae2b053eb98619025844e4ac9df25f5d7d
2   "name": "jsonlogic",
3   "version": "1.1.0",
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": "LGPL",
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.1.0"
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   "frameworks": "Foundation",
26   "source_files": "Sources/jsonlogic/*.swift",
27   "module_name": "jsonlogic",
28   "dependencies": {
29     "json-enum": [
30       "= 1.1.0"
31     ]
32   }