[Add] GizoSDK 2.0.2-alpha.02
[CocoaPods.git] / Specs / 1 / 8 / a / Skopelos / 2.0.1 / Skopelos.podspec.json
blobd5777ef2a6a5d11a339f5f94c52c70347a206274
2   "name": "Skopelos",
3   "version": "2.0.1",
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.0.1"
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"