[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 8 / 0 / a / AsyncViewController / 1.0.0 / AsyncViewController.podspec.json
blobb6809e8327523af67ee9d9e3741c616d9831c94c
2   "name": "AsyncViewController",
3   "version": "1.0.0",
4   "summary": "AsyncViewController provides bridges the gap between loading data and presenting the respective view controller.",
5   "authors": "Lukas Würzburger",
6   "license": {
7     "type": "MIT"
8   },
9   "homepage": "https://github.com/lukaswuerzburger/AsyncViewController",
10   "platforms": {
11     "ios": "9.0"
12   },
13   "source": {
14     "git": "https://github.com/lukaswuerzburger/AsyncViewController.git",
15     "tag": "1.0.0"
16   },
17   "source_files": "AsyncViewController/Sources/*.swift",
18   "ios": {
19     "frameworks": [
20       "Foundation",
21       "UIKit"
22     ]
23   },
24   "requires_arc": true,
25   "swift_versions": "5.0",
26   "swift_version": "5.0"