blob: 10b373f23a6a5a2390ff72d2a6a87ef68af4b120 [file] [log] [blame]
{
"name": "StackFlowView",
"version": "1.0.2",
"summary": "Enforcing stack order for custom UI elements",
"homepage": "https://github.com/vladaverin24/StackFlowView",
"screenshots": [
"https://raw.githubusercontent.com/vladaverin24/StackFlowView/master/Screenshots/two_stacks.gif",
"https://github.com/vladaverin24/StackFlowView/raw/master/Screenshots/cards_stack.gif",
"https://raw.githubusercontent.com/vladaverin24/StackFlowView/master/Screenshots/stack_of_stacks.gif"
],
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Vlad Averin": "hello@vladaverin.me"
},
"social_media_url": "http://facebook.com/vaverin",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/vladaverin24/StackFlowView.git",
"tag": "v1.0.2"
},
"source_files": [
"StackFlowView",
"StackFlowView/**/*.swift"
],
"frameworks": "UIKit",
"requires_arc": true,
"pod_target_xcconfig": {
"OTHER_SWIFT_FLAGS[config=Debug]": "-D DEBUG"
},
"pushed_with_swift_version": "4.0"
}