[Add] TensorFlowLiteSwift 0.0.1-nightly.20241222
[CocoaPods.git] / Specs / f / b / 5 / Model2App / 0.1.3 / Model2App.podspec.json
blobd6c9cceaaa6189959fb866e04207e2a6062953bf
2   "name": "Model2App",
3   "version": "0.1.3",
4   "summary": "Turn your Swift data model into a working CRUD app.",
5   "homepage": "https://github.com/q-mobile/model2app",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Karol Kulesza": "karol@q-mobile.it"
12   },
13   "source": {
14     "git": "https://github.com/q-mobile/Model2App.git",
15     "tag": "0.1.3"
16   },
17   "social_media_url": "https://twitter.com/QMobileIT",
18   "platforms": {
19     "ios": "11.0"
20   },
21   "source_files": "Model2App/Source/**/*.{swift,h,m}",
22   "exclude_files": "Model2App/Source/Frameworks/**/*",
23   "resources": "Model2App/Source/Resources/**/*",
24   "swift_version": "4.2",
25   "dependencies": {
26     "RealmSwift": [
27       "~> 3.7.5"
28     ]
29   }