[Add] HyperCore 0.0.1
[CocoaPods.git] / Specs / 9 / 7 / 5 / Aki / 0.0.2 / Aki.podspec.json
blob7020efe7714df816a15b92e33da772e9ce261ac5
2   "name": "Aki",
3   "version": "0.0.2",
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.2"
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"