[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / e / a / 2 / JSFKit / 1.0.7 / JSFKit.podspec.json
blobcfe1dabdbfd779314141de684012787f2af9af37
2   "name": "JSFKit",
3   "version": "1.0.7",
4   "summary": "JSFKit is a swift JSON parser implementation of the RSS data reader",
5   "homepage": "https://github.com/adozenlines/JSFKit",
6   "license": "MIT",
7   "authors": {
8     "Sean Batson": "seanbatson@msn.com"
9   },
10   "source": {
11     "git": "https://github.com/adozenlines/JSFKit.git",
12     "tag": "1.0.7"
13   },
14   "requires_arc": true,
15   "platforms": {
16     "ios": "10.0",
17     "osx": "10.12",
18     "watchos": "3.0",
19     "tvos": "10.0"
20   },
21   "default_subspecs": "Core",
22   "swift_versions": "5.0",
23   "cocoapods_version": ">= 1.4.0",
24   "subspecs": [
25     {
26       "name": "Core",
27       "source_files": [
28         "JSFKit/JSFKit",
29         "JSFKit/JSFKit/Extensions",
30         "JSFKit/JSFKit/IO",
31         "JSFKit/JSFKit/Models",
32         "JSFKit/JSFKit/Types"
33       ],
34       "frameworks": "Foundation"
35     }
36   ],
37   "swift_version": "5.0"