blob: eddec1930ae698dd76118d14209db44b4d0337ef [file] [log] [blame]
{
"name": "HaidoraPopupProvider",
"version": "0.1.0",
"summary": "A wrapper for Popup.",
"description": "A wrapper for Popup.",
"homepage": "https://github.com/Haidora/HaidoraPopupProvider.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"mrdaios": "mrdaios@gmail.com"
},
"source": {
"git": "https://github.com/Haidora/HaidoraPopupProvider.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"default_subspecs": "Core",
"pushed_with_swift_version": "3.0",
"subspecs": [
{
"name": "Core",
"source_files": "HaidoraPopupProvider/*"
},
{
"name": "MMPopupView",
"source_files": "HaidoraPopupProvider/MMPopupView/**/*",
"dependencies": {
"HaidoraPopupProvider/Core": [
],
"MMPopupView": [
"~> 1.7.2"
]
}
}
]
}