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