[Add] RapidKitFoundation_MacOS 2024.1230.1857.641
[CocoaPods.git] / Specs / e / 1 / 6 / Skiathos / 1.0.0 / Skiathos.podspec.json
blob6e7b9c8c49507950bcb0b0edd71aa4b54b39c499
2   "name": "Skiathos",
3   "version": "1.0.0",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "summary": "Simply all you need for doing Core Data. Objective-C 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. Objective-C flavour.",
10   "homepage": "https://github.com/albertodebortoli/Skiathos",
11   "authors": {
12     "Alberto De Bortoli": "albertodebortoli.website@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/albertodebortoli/Skiathos.git",
16     "tag": "1.0.0"
17   },
18   "source_files": "Skiathos/src/**/*.{h,m}",
19   "module_name": "Skiathos",
20   "platforms": {
21     "ios": "8.0"
22   },
23   "requires_arc": true,
24   "frameworks": [
25     "Foundation",
26     "UIKit",
27     "CoreData"
28   ]