[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / b / e / 0 / Kern / 0.9.6 / Kern.podspec.json
blob0bebed8503fc936d1ae0cb832c2e610b7ebe5e54
2   "name": "Kern",
3   "version": "0.9.6",
4   "summary": "Kern - an easy Core Data manager",
5   "description": "                   A simple multithreaded Core Data manager with easy setup and fetching.\n",
6   "homepage": "https://github.com/ds29/Kern",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": "Dustin Steele",
12   "platforms": {
13     "ios": "7.0"
14   },
15   "source": {
16     "git": "https://github.com/ds29/Kern.git",
17     "tag": "0.9.6"
18   },
19   "source_files": [
20     "Classes",
21     "Classes/**/*.{h,m}"
22   ],
23   "exclude_files": "Classes/Exclude",
24   "public_header_files": "Classes/**/*.h",
25   "frameworks": "CoreData",
26   "requires_arc": true