[Delete] GizoSDK 2.0.2-alpha.02
[CocoaPods.git] / Specs / b / e / 0 / Kern / 1.0 / Kern.podspec.json
blobd7da7c18d5f0079d433a33f68db3fa1d48e16509
2   "name": "Kern",
3   "version": "1.0",
4   "summary": "Kern - an easy Core Data manager",
5   "description": "A simple multithreaded Core Data manager with easy setup and fetching.",
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": "1.0"
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