[Add] TensorFlowLiteC 0.0.1-nightly.20241230
[CocoaPods.git] / Specs / 1 / 8 / a / Skopelos / 2.1.0 / Skopelos.podspec.json
blob13603a1219a46244e5aae783bec473ac2e3591df
2   "name": "Skopelos",
3   "version": "2.1.0",
4   "license": {
5     "type": "Apache 2.0",
6     "file": "LICENSE"
7   },
8   "summary": "Simply all you need for doing Core Data. Swift flavour.",
9   "description": "A minimalistic, thread safe, non-boilerplate and super easy to use version of Active Record on Core Data. Simply all you need for doing Core Data. Swift flavour.",
10   "homepage": "https://github.com/albertodebortoli/Skopelos",
11   "authors": {
12     "Alberto De Bortoli": "albertodebortoli.website@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/albertodebortoli/Skopelos.git",
16     "tag": "2.1.0"
17   },
18   "source_files": "Skopelos/src/**/*.{swift}",
19   "module_name": "Skopelos",
20   "platforms": {
21     "ios": "9.0",
22     "watchos": "3.0"
23   },
24   "requires_arc": true,
25   "frameworks": [
26     "Foundation",
27     "UIKit",
28     "CoreData"
29   ],
30   "pushed_with_swift_version": "3.0"