blob: 684efd4c6e2551f882d9819f923c7fd5b829b8f6 [file] [log] [blame]
{
"name": "DebugMenu",
"version": "0.0.1",
"license": "MIT",
"summary": "iOS debug menu.",
"homepage": "https://github.com/s1ddok/DebugMenu",
"social_media_url": "https://twitter.com/s1ddok",
"authors": {
"Andrey Volodin": "siddok@gmail.com"
},
"source": {
"git": "https://github.com/s1ddok/DebugMenu.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "9.0"
},
"ios": {
"frameworks": [
"UIKit",
"Foundation"
]
},
"source_files": "Framework/DebugMenu/**/*.swift",
"swift_version": "4.0",
"resources": [
"Framework/DebugMenu/**/*.storyboard",
"Framework/DebugMenu/*.xcassets",
"Framework/DebugMenu/**/*.xib"
],
"requires_arc": true
}