[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 1 / 4 / c / DynamicJSON / 2.0.1 / DynamicJSON.podspec.json
blob7c6e6a396627a837078218b737f353b8983a5eb5
2   "name": "DynamicJSON",
3   "version": "2.0.1",
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": "2.0.1"
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"