[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / a / 5 / 3 / Intrepid / 0.8.3 / Intrepid.podspec.json
blob08d784a3e28eb76d5afa853d331d185c4afadffe
2   "name": "Intrepid",
3   "version": "0.8.3",
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   },
22   "social_media_url": "https://twitter.com/intpd",
23   "source": {
24     "git": "https://github.com/IntrepidPursuits/swift-wisdom.git",
25     "tag": "0.8.3"
26   },
27   "exclude_files": "tests/**/*",
28   "platforms": {
29     "ios": "8.0"
30   },
31   "pod_target_xcconfig": {
32     "SWIFT_VERSION": "3.0"
33   },
34   "default_subspecs": "Core",
35   "pushed_with_swift_version": "3.2",
36   "subspecs": [
37     {
38       "name": "Core",
39       "source_files": "SwiftWisdom/Core/**/**/*.swift",
40       "dependencies": {
41         "IP-UIKit-Wisdom": [
42           "0.0.10"
43         ]
44       }
45     },
46     {
47       "name": "Rx",
48       "source_files": "SwiftWisdom/Rx/**/**/*.swift",
49       "dependencies": {
50         "RxSwift": [
51           "~> 3.0"
52         ],
53         "RxCocoa": [
54           "~> 3.0"
55         ]
56       }
57     }
58   ]