blob: 9901ff24478a1f58f4ff1ec61dfc090b8b4734fd [file] [log] [blame]
{
"name": "YTFExtensions",
"platforms": {
"ios": null
},
"version": "0.2.1",
"license": "MIT",
"summary": "YTFExtensions - extensions and categories.",
"homepage": "https://github.com/MobileDevs/YTFExtensions.git",
"authors": {
"YetiTheFoot": "reg.yeti@gmail.com"
},
"source": {
"git": "https://github.com/MobileDevs/YTFExtensions.git",
"tag": "0.2.1"
},
"source_files": "YTFExtensions/*",
"requires_arc": false,
"frameworks": [
"UIKit",
"Foundation",
"QuartzCore",
"CoreData",
"CoreGraphics"
],
"prefix_header_contents": [
"#import <UIKit/UIKit.h>",
"#import <Foundation/Foundation.h>",
"#import <QuartzCore/QuartzCore.h>",
"#import <CoreData/CoreData.h>",
"#import <CoreGraphics/CoreGraphics.h>"
]
}