blob: 01064c0fd15b7b731600313ba2469a143422787b [file] [log] [blame]
{
"name": "DataModelKit",
"version": "1.1.0",
"summary": "DataModelKit is a simple and light framework for read and parse .xcdatamodel",
"description": "DataModelKit is a simple and light framework for parse and read *.xcdatamodel files. It provides an API for navigate and explore DataModel",
"homepage": "https://github.com/PoissonBallon/DataModelKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Allan Vialatte": "allan.vialatte@icloud.com"
},
"source": {
"git": "https://github.com/PoissonBallon/DataModelKit.git",
"tag": "1.1.0"
},
"social_media_url": "https://twitter.com/poissonballon",
"platforms": {
"ios": "9.0",
"osx": "10.11",
"tvos": "10.0",
"watchos": "3.0"
},
"source_files": "Sources/**/*",
"dependencies": {
"SWXMLHash": [
"4.2.5"
],
"FileKit": [
"5.0.0"
]
},
"pushed_with_swift_version": "4.0"
}