[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 1 / 4 / c / DynamicJSON / 1.0 / DynamicJSON.podspec.json
blobf0fe342a5405f818e859c4de59f7f4ff5a0d4e89
2   "name": "DynamicJSON",
3   "version": "1.0",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "summary": "A dynamically typed JSON parser for Swift using the new @dynamicMemberLookup feature",
9   "description": "DynamicJSON is a dynamically typed parser for JSON built upon the new @dynamicMemberLookup feature introduced by Chris Lattner in Swift 4.2. This allows us to access arbitrary object members which are resolved at runtime, allowing Swift to be as flexible as JavaScript when it comes to JSON.",
10   "homepage": "https://github.com/saoudrizwan/DynamicJSON",
11   "social_media_url": "https://twitter.com/sdrzn",
12   "authors": {
13     "Saoud Rizwan": "hello@saoudmr.com"
14   },
15   "source": {
16     "git": "https://github.com/saoudrizwan/DynamicJSON.git",
17     "tag": "1.0"
18   },
19   "documentation_url": "https://github.com/saoudrizwan/DynamicJSON",
20   "swift_version": "4.2",
21   "platforms": {
22     "ios": "9.0",
23     "osx": "10.10",
24     "tvos": "9.0",
25     "watchos": "3.0"
26   },
27   "source_files": "Sources/*.swift"