[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 1 / 4 / 3 / SOLIDArch / 0.1.3 / SOLIDArch.podspec.json
blob306bba94e983fc7b8e5fa2df670a260fe8d4ee03
2   "name": "SOLIDArch",
3   "version": "0.1.3",
4   "summary": "The basic classes for implementing SOLID architecture in Swift.",
5   "description": "The basic classes for implementing SOLID architecture in Swift.\nContains universal `UITableViewDataSource` implementation.\nThe fool explanation is in https://habr.com/ru/company/psb/blog/588332/",
6   "homepage": "https://github.com/ws233/SOLIDArch",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Cyril Makankov": "kvmakankov@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/ws233/SOLIDArch.git",
16     "tag": "0.1.3"
17   },
18   "platforms": {
19     "ios": "11.0"
20   },
21   "swift_versions": "5.0",
22   "source_files": "Sources/**/*",
23   "frameworks": [
24     "UIKit",
25     "Foundation"
26   ],
27   "swift_version": "5.0"