blob: a4c064be60c04fe301139e30126b474bdd6c38d6 [file] [log] [blame]
{
"name": "YTFToggler",
"platforms": {
"ios": null
},
"version": "0.1.5",
"license": "MIT",
"summary": "Simple toggler for side views.",
"homepage": "https://github.com/yetithefoot/YTFToggler",
"authors": {
"YetiTheFoot": "reg.yeti@gmail.com"
},
"source": {
"git": "https://github.com/yetithefoot/YTFToggler.git",
"tag": "0.1.5"
},
"source_files": "YTFToggler/YTFToggler",
"requires_arc": false,
"frameworks": [
"UIKit",
"Foundation",
"CoreGraphics"
],
"prefix_header_contents": [
"#import <UIKit/UIKit.h>",
"#import <Foundation/Foundation.h>",
"#import <QuartzCore/QuartzCore.h>"
]
}