blob: 58e637d30edb4d35f2ac21f221362af3ce4c7cfe [file] [log] [blame]
{
"name": "Intrepid",
"version": "0.5.2",
"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/intpd",
"source": {
"git": "https://github.com/IntrepidPursuits/swift-wisdom.git",
"tag": "0.5.2"
},
"exclude_files": "tests/**/*",
"platforms": {
"ios": "8.0"
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "2.3"
},
"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.6"
],
"RxCocoa": [
"~>2.6"
]
}
}
]
}