[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 4 / 1 / a / CoordinatorLibrary / 1.0.8 / CoordinatorLibrary.podspec.json
blob921760f0e90084e3d7bc491e919fca6d9a5ba8fd
2   "name": "CoordinatorLibrary",
3   "version": "1.0.8",
4   "summary": "CoordinatorLibrary is a library to help simplify working with the 'Coordinator Pattern'",
5   "description": "CoordinatorLibrary is based on the 'Coordinator Pattern' which attempts to solve the problem of 'Seperation of concerns' by seperating navigation flow logic from a UIViewController and abstracting navigation into it's own object, allowing for reusability of ViewControllers. The library helps make it simpler to adopt/use the 'Coordinator Pattern'",
6   "homepage": "https://github.com/kaunamohammed/CoordinatorLibrary",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "kaunamohammed": "kaunamohammed@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/kaunamohammed/CoordinatorLibrary.git",
16     "tag": "1.0.8"
17   },
18   "social_media_url": "https://twitter.com/kauna_mohammed",
19   "platforms": {
20     "ios": "10.0"
21   },
22   "source_files": "Coordinator/**/*",
23   "swift_versions": "5.0",
24   "swift_version": "5.0"