blob: eec7c7733ed5c7d4b2d2d8fdbf4adf417bea9e27 [file] [log] [blame]
{
"name": "JSONStub",
"version": "0.1.2",
"summary": "Use JSONStub to easily load JSON files into your Mappable objects.",
"description": "We use some extensions to easily allows us to load a JSON file into a Mappable object.\nMakes more ease test ObjectMapper parsers.",
"homepage": "https://github.com/Swift-Yah/JSONStub",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Rafael da Silva Ferreira": "rafael@swift-yah.io"
},
"source": {
"git": "https://github.com/Swift-Yah/JSONStub.git",
"tag": "0.1.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": "JSONStub/Classes/**/*",
"dependencies": {
"ObjectMapper": [
]
},
"pushed_with_swift_version": "3.0"
}