[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 8 / 1 / 4 / RouteFoundation / 0.0.1 / RouteFoundation.podspec.json
blob68c41385ebe6d571631f0f8572c6400a0a41e942
2   "name": "RouteFoundation",
3   "version": "0.0.1",
4   "summary": "An easy-to-use and lightweight Route in swift for UIKit.",
5   "homepage": "https://github.com/tjerwinchen/RouteFoundation",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Theo Chen": "theo.chen@codebase.codes"
12   },
13   "social_media_url": "https://twitter.com/zhecui",
14   "swift_versions": "5.6",
15   "platforms": {
16     "ios": "12.0"
17   },
18   "source": {
19     "git": "https://github.com/tjerwinchen/RouteFoundation.git",
20     "tag": "0.0.1"
21   },
22   "source_files": "Sources/RouteFoundation/**/*.{h,m,swift}",
23   "testspecs": [
24     {
25       "name": "Tests",
26       "test_type": "unit",
27       "source_files": "Tests/RouteFoundationTests/**/*.{h,m,swift}"
28     }
29   ],
30   "swift_version": "5.6"