blob: 0dec1ff6dca330703377c9d0e4dcb5f7e2646534 [file] [log] [blame]
{
"name": "Intrepid",
"version": "0.2.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": {
"Intrepid Pursuits": "logan@intrepid.io"
},
"social_media_url": "https://twitter.com/itpd",
"source": {
"git": "https://github.com/IntrepidPursuits/swift-wisdom.git",
"tag": "0.2.0"
},
"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"
]
}
}
]
}