[Add] ExpoFpCommon 4.8.3
[CocoaPods.git] / Specs / d / 2 / e / SMJJSONPath / 0.2.3 / SMJJSONPath.podspec.json
blobfde1d090a450c84b5c2dcfc090517dc914ac3fee
2   "name": "SMJJSONPath",
3   "version": "0.2.3",
4   "summary": "SMJJSONPath is a implementation of Jaway JSONPath in ObjC",
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/kedington/SMJJSONPath",
7   "license": {
8     "type": "Apache",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "kedington": "kevin.edington@snapito.com"
13   },
14   "source": {
15     "git": "https://github.com/kedington/SMJJSONPath.git",
16     "tag": "0.2.3"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "Classes/**/*.{h,m}"