blob: 7b1e2c5b39d74705ae607727c49ae4a7b771e1eb [file] [log] [blame]
{
"name": "Model2App",
"version": "0.1.0",
"summary": "Turn your Swift data model into a working CRUD app.",
"homepage": "https://github.com/q-mobile/model2app",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Karol Kulesza": "karol@q-mobile.it"
},
"source": {
"git": "https://github.com/q-mobile/Model2App.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/QMobileIT",
"platforms": {
"ios": "11.0"
},
"source_files": "Model2App/Source/**/*.{swift,h,m}",
"exclude_files": "Model2App/Source/Frameworks/**/*",
"resources": "Model2App/Source/Resources/**/*",
"swift_version": "4.2",
"dependencies": {
"RealmSwift": [
"~> 3.7.5"
]
}
}