[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 8 / 5 / c / JsonPathNodes / 0.0.1 / JsonPathNodes.podspec.json
blob6152fd27ccebdb72a47ec24cd255b2f36ad7f27a
2   "name": "JsonPathNodes",
3   "version": "0.0.1",
4   "summary": "Custom pod creation for JsonPath iOS",
5   "description": "TODO:\n    This implementation is a tight adaptation of Jayway JsonPath. It respects the original structure and naming, as much as possible. The changes are mainly to be more Objective-C stylized (named parameters, use NSError instead of try-catch-exception, etc.).\n\n    This tight adaptation was done for different reasons:\n\n    If I wanted to structure something from my own view, I would have started from scratch, and I wouldn't have done it at all : this is a big bunch of code, tests and reflexion to do, more than I want to give to that.\n    The Jayway JsonPath project have a pretty good and complete implementation (with some cleaning here and there to do, which are already documented by original developers). It's a good reference, from my point of view.\n    I want to facilitate cherry-picking updates from Jayway JsonPath to include them right here.\n    This code is currently based on commit c187488.",
6   "homepage": "https://github.com/pratik7594/JsonPathNodes",
7   "authors": {
8     "Pratik": "pratik7594@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/pratik7594/JsonPathNodes.git",
12     "tag": "0.0.1"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "source_files": "JsonPathNodes/**/*.{h,m}"