[Add] CXHAdSDK 1.4.6
[CocoaPods.git] / Specs / 2 / b / e / SortingHat / 0.2.3 / SortingHat.podspec.json
bloba2511f5408669fc2e462307b2d23207236dd349f
2   "name": "SortingHat",
3   "version": "0.2.3",
4   "summary": "A lightweight and pure swift library for router.",
5   "description": "SortingHat is a powerful and pure swift library for router.\nIt support not only URL routing, but also internal invoke between modules.",
6   "homepage": "https://github.com/orangeince/SortingHat",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Shao": "orangeince@outlook.com"
13   },
14   "source": {
15     "git": "https://github.com/orangeince/SortingHat.git",
16     "tag": "0.2.3"
17   },
18   "social_media_url": "https://twitter.com/xiaoyipie",
19   "swift_versions": "4.2",
20   "platforms": {
21     "ios": "10.0"
22   },
23   "source_files": [
24     "Sources/**/*.swift",
25     "Sources/SortingHat.h"
26   ]