[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / 2 / 0 / 4 / Crossroad / 1.0.0 / Crossroad.podspec.json
blob123b6cc5ef370bfe0bc6fc9c3935c04291cdeea4
2   "name": "Crossroad",
3   "version": "1.0.0",
4   "summary": "Route URL schemes easily",
5   "description": "Crossroad is URL router focused on handling Custom URL Scheme.\nUsing this, you can route multiple URL schemes and fetch arguments and parameters easily.",
6   "homepage": "https://github.com/giginet/Crossroad",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "giginet": "giginet.net@gmail.com"
13   },
14   "social_media_url": "http://twitter.com/giginet",
15   "platforms": {
16     "ios": "9.0"
17   },
18   "source": {
19     "git": "https://github.com/giginet/Crossroad.git",
20     "tag": "1.0.0"
21   },
22   "source_files": "Sources/Crossroad/**/*.{h,swift}",
23   "requires_arc": true,
24   "swift_version": "4.1"