[Add] RogoCore 1.0.8.9
[CocoaPods.git] / Specs / a / 5 / 3 / Intrepid / 0.14.0 / Intrepid.podspec.json
blobae67df255f83486a6d42c079c6c72fb1e6e69e18
2   "name": "Intrepid",
3   "version": "0.14.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.14.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   "swift_version": "5.0",
41   "subspecs": [
42     {
43       "name": "Core",
44       "source_files": "SwiftWisdom/Core/**/**/*.swift",
45       "dependencies": {
46         "IP-UIKit-Wisdom": [
47           "0.0.10"
48         ]
49       }
50     },
51     {
52       "name": "Rx",
53       "source_files": "SwiftWisdom/Rx/**/**/*.swift",
54       "dependencies": {
55         "RxSwift": [
56           "~> 4.5"
57         ],
58         "RxCocoa": [
59           "~> 4.5"
60         ]
61       }
62     }
63   ]