[Add] MentaVlionAdapter 6.00.22
[CocoaPods.git] / Specs / 3 / a / f / JSONStub / 0.1.2 / JSONStub.podspec.json
blobeec7c7733ed5c7d4b2d2d8fdbf4adf417bea9e27
2   "name": "JSONStub",
3   "version": "0.1.2",
4   "summary": "Use JSONStub to easily load JSON files into your Mappable objects.",
5   "description": "We use some extensions to easily allows us to load a JSON file into a Mappable object.\nMakes more ease test ObjectMapper parsers.",
6   "homepage": "https://github.com/Swift-Yah/JSONStub",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Rafael da Silva Ferreira": "rafael@swift-yah.io"
13   },
14   "source": {
15     "git": "https://github.com/Swift-Yah/JSONStub.git",
16     "tag": "0.1.2"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "JSONStub/Classes/**/*",
22   "dependencies": {
23     "ObjectMapper": [
25     ]
26   },
27   "pushed_with_swift_version": "3.0"