[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 1 / 8 / a / Skopelos / 2.3.0 / Skopelos.podspec.json
blob43524f70f78575ffbffdf3958316ea71231f4676
2   "name": "Skopelos",
3   "version": "2.3.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.3.0"
17   },
18   "source_files": "Skopelos/src/**/*.{swift}",
19   "module_name": "Skopelos",
20   "platforms": {
21     "ios": "10.0",
22     "watchos": "3.0"
23   },
24   "requires_arc": true,
25   "swift_version": "4.2",
26   "frameworks": [
27     "Foundation",
28     "UIKit",
29     "CoreData"
30   ]