[Add] AlibabacloudSysOM20231230 1.3.0
[CocoaPods.git] / Specs / a / 5 / 3 / Intrepid / 0.15.0 / Intrepid.podspec.json
bloba2f0c671fd0936641b0de9ed741811a00a5519d2
2   "name": "Intrepid",
3   "version": "0.15.0",
4   "summary": "Swift Bag",
5   "description": "Collection of extensions and utility classes by and for the developers at Intrepid Pursuits.",
6   "homepage": "https://github.com/IntrepidPursuits/swift-wisdom",
7   "license": "MIT",
8   "authors": {
9     "Logan Wright": "logan@intrepid.io",
10     "Eric Peterson": "eric@intrepid.io",
11     "Ying Quan Tan": "ying@intrepid.io",
12     "Colden Prime": "colden@intrepid.io",
13     "Ben Wu": "ben@intrepid.io",
14     "Maya Saxena": "maya@intrepid.io",
15     "Alex Persian": "alex@intrepid.io",
16     "Tom O'Malley": "tom@intrepid.io",
17     "Alan Scarpa": "alan@intrepid.io",
18     "Paul Rolfe": "paul@intrepid.io",
19     "Colin Tan": "ctan@intrepid.io",
20     "Stephen Wingchi Wong": "stephenwong@intrepid.io",
21     "Bob Gilmore": "bgilmore@intrepid.io"
22   },
23   "social_media_url": "https://twitter.com/intpd",
24   "source": {
25     "git": "https://github.com/IntrepidPursuits/swift-wisdom.git",
26     "tag": "0.15.0"
27   },
28   "exclude_files": "tests/**/*",
29   "platforms": {
30     "ios": "10.0"
31   },
32   "pod_target_xcconfig": {
33     "SWIFT_VERSION": "5.0"
34   },
35   "default_subspecs": "Core",
36   "swift_versions": [
37     "4.2",
38     "5.0"
39   ],
40   "subspecs": [
41     {
42       "name": "Core",
43       "source_files": "SwiftWisdom/Core/**/**/*.swift",
44       "dependencies": {
45         "IP-UIKit-Wisdom": [
46           "0.0.10"
47         ]
48       }
49     },
50     {
51       "name": "Rx",
52       "source_files": "SwiftWisdom/Rx/**/**/*.swift",
53       "dependencies": {
54         "RxSwift": [
55           "~> 4.5"
56         ],
57         "RxCocoa": [
58           "~> 4.5"
59         ]
60       }
61     }
62   ],
63   "swift_version": "5.0"