[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 9 / 7 / 5 / Aki / 0.0.1 / Aki.podspec.json
blob41c469398a8dfcf7c3c2dabc0fb0a9e9c7589d99
2   "name": "Aki",
3   "version": "0.0.1",
4   "summary": "Aki is an Operation based framework that encapsulates business logic into custom Operation subclasses.",
5   "description": "Aki is an Operation based framework that leverages the Operation class to abstract away business logic.\nAki provides a base implementation of a custom Operation, along with some Operation implementations of common business logic.",
6   "homepage": "https://github.com/hooliooo/Aki",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.md"
10   },
11   "authors": {
12     "Julio Alorro": "alorro3@gmail.com"
13   },
14   "platforms": {
15     "ios": "10.0"
16   },
17   "source": {
18     "git": "https://github.com/hooliooo/Aki.git",
19     "tag": "0.0.1"
20   },
21   "source_files": "Sources/**/*.swift",
22   "exclude_files": "Sources/Classes/IO.swift",
23   "requires_arc": true,
24   "swift_versions": "5.0",
25   "swift_version": "5.0"