blob: fd72f23e629423e732d4abebd158c28b9ba12632 [file] [log] [blame]
{
"name": "Intrepid",
"version": "0.3.3",
"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": {
"Intrepid Pursuits": "logan@intrepid.io"
},
"social_media_url": "https://twitter.com/itpd",
"source": {
"git": "https://github.com/IntrepidPursuits/swift-wisdom.git",
"tag": "0.3.3"
},
"exclude_files": "tests/**/*",
"platforms": {
"ios": "8.0"
},
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "SwiftWisdom/Core/**/**/*.swift",
"dependencies": {
"IP-UIKit-Wisdom": [
"0.0.9"
]
}
},
{
"name": "Rx",
"source_files": "SwiftWisdom/Rx/**/**/*.swift",
"dependencies": {
"RxSwift": [
"~> 2.0"
],
"RxCocoa": [
"~>2.0"
]
}
}
]
}