blob: 70dc837f781e5992caadfb1cbc7d1a29aea16c67 [file] [log] [blame]
{
"name": "Intrepid",
"version": "0.15.1",
"summary": "Swift Bag",
"description": "Collection of extensions and utility classes by and for the developers at Intrepid Pursuits.",
"homepage": "https://github.com/IntrepidPursuits/swift-wisdom",
"license": "MIT",
"authors": {
"Logan Wright": "logan@intrepid.io",
"Eric Peterson": "eric@intrepid.io",
"Ying Quan Tan": "ying@intrepid.io",
"Colden Prime": "colden@intrepid.io",
"Ben Wu": "ben@intrepid.io",
"Maya Saxena": "maya@intrepid.io",
"Alex Persian": "alex@intrepid.io",
"Tom O'Malley": "tom@intrepid.io",
"Alan Scarpa": "alan@intrepid.io",
"Paul Rolfe": "paul@intrepid.io",
"Colin Tan": "ctan@intrepid.io",
"Stephen Wingchi Wong": "stephenwong@intrepid.io",
"Bob Gilmore": "bgilmore@intrepid.io"
},
"social_media_url": "https://twitter.com/intpd",
"source": {
"git": "https://github.com/IntrepidPursuits/swift-wisdom.git",
"tag": "0.15.1"
},
"exclude_files": "tests/**/*",
"platforms": {
"ios": "10.0"
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "5.0"
},
"default_subspecs": "Core",
"swift_versions": [
"4.2",
"5.0"
],
"subspecs": [
{
"name": "Core",
"source_files": "SwiftWisdom/Core/**/**/*.swift",
"dependencies": {
"IP-UIKit-Wisdom": [
"0.0.10"
]
}
},
{
"name": "Rx",
"source_files": "SwiftWisdom/Rx/**/**/*.swift",
"dependencies": {
"RxSwift": [
"~> 4.5"
],
"RxCocoa": [
"~> 4.5"
]
}
}
],
"swift_version": "5.0"
}