blob: d3854717c357ce405dd78ca2d760222acc371f8f [file] [log] [blame]
{
"name": "Intrepid",
"version": "0.9.0",
"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"
},
"social_media_url": "https://twitter.com/intpd",
"source": {
"git": "https://github.com/IntrepidPursuits/swift-wisdom.git",
"tag": "0.9.0"
},
"exclude_files": "tests/**/*",
"platforms": {
"ios": "8.0"
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0"
},
"default_subspecs": "Core",
"pushed_with_swift_version": "4.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.0.0-alpha"
],
"RxCocoa": [
"~> 4.0.0-alpha"
]
}
}
]
}