[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 1 / 4 / c / DynamicJSON / 1.0.2 / DynamicJSON.podspec.json
blobdabc15b3cb7158e6b714a8c9c07249efddc05cb7
2   "name": "DynamicJSON",
3   "version": "1.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": "1.0.2"
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"