[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / f / 9 / b / EasyJSON / 0.5.0 / EasyJSON.podspec.json
blob1cb259b7c395d078e9399f62dd6d9441249b63c0
2   "name": "EasyJSON",
3   "version": "0.5.0",
4   "summary": "A simple and fast way to turn JSON dictionary or string into a Swift Object.",
5   "description": "A simple way for turn JSON dictionaries into Swift Object.\nAll that you have to do is create a class who's subclass is JSONModel, then call fill(withJson:) to fill the properties of the object and\ntoJson() to turn the object back into JSON.",
6   "homepage": "https://github.com/MataDesigns/EasyJSON",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Nicholas Mata": "NicholasMata94@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/MataDesigns/EasyJSON.git",
16     "tag": "0.5.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "EasyJSON/**/*",
22   "frameworks": "Foundation"