[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 1 / 4 / 3 / SOLIDArch / 0.0.3 / SOLIDArch.podspec.json
blobc7737514dce53d99adb615af51dff60b9874df37
2   "name": "SOLIDArch",
3   "version": "0.0.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.0.3"
17   },
18   "platforms": {
19     "ios": "11.0"
20   },
21   "swift_versions": "5.0",
22   "source_files": "SOLIDArch/Classes/**/*",
23   "frameworks": [
24     "UIKit",
25     "Foundation"
26   ],
27   "swift_version": "5.0"