[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 1 / 4 / c / DynamicJSON / 2.0.2 / DynamicJSON.podspec.json
blobe40745528954d1299d14f5dbf352c8ef048ec6dd
2   "name": "DynamicJSON",
3   "version": "2.0.2",
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.2"
18   },
19   "documentation_url": "https://github.com/saoudrizwan/DynamicJSON",
20   "swift_versions": "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"