[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / f / 9 / b / EasyJSON / 0.1.1 / EasyJSON.podspec.json
blobfd8e88dc6866d5ce9b22d35ff7267caa2550a053
2   "name": "EasyJSON",
3   "version": "0.1.1",
4   "summary": "A simple and fast way to turn JSON dictionary 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/NicholasMata/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/NicholasMata/EasyJSON.git",
16     "tag": "0.1.1"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "EasyJSON/Classes/**/*",
22   "frameworks": [
23     "Foundation",
24     "UIKit"
25   ]