blob: 5c5a09cedcdca980be50b6bdeb36df79f8264f4f [file] [log] [blame]
{
"name": "JSONAPIModel",
"version": "1.0.2",
"summary": "Simple JSONAPI parser / serializer and data model",
"homepage": "https://github.com/envoy/JSONAPIModel",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Fang-Pen Lin": "fang@envoy.com"
},
"social_media_url": "https://twitter.com/fangpenlin",
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/envoy/JSONAPIModel.git",
"tag": "v1.0.2"
},
"source_files": [
"JSONAPIModel/*.swift",
"JSONAPIModel/**/*.swift"
],
"dependencies": {
"SwiftyJSON": [
"~> 4.0"
]
}
}