blob: 579c10088d5b471ea207591b2fabade0dd55a79b [file] [log] [blame]
{
"name": "ItemKit",
"version": "0.6.0",
"summary": "A simple and gracious alternative to manual layout with readability, flexibility and performance.",
"description": "A simple and gracious alternative to manual layout with readability, flexibility and performance. The framework enables to developer to create view layout much faster. The layouts can be computed on the background thread and can be applied to the views on main thread.",
"homepage": "https://github.com/candidcod3r/ItemKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Candid Cod3r": "candidcod3r@gmail.com"
},
"source": {
"git": "https://github.com/candidcod3r/ItemKit.git",
"tag": "0.6.0"
},
"platforms": {
"ios": "8.0"
},
"swift_version": "5.0",
"source_files": "Sources/**/*.{h,m,swift}",
"ios": {
"frameworks": [
"Foundation",
"CoreGraphics",
"UIKit"
],
"exclude_files": [
]
},
"prefix_header_contents": "#import <Foundation/Foundation.h>\n#import <CoreGraphics/CoreGraphics.h>\n#import <UIKit/UIKit.h>"
}