blob: f718a24b8b687ef8eadda4e13c26daed4e95b2d5 [file] [log] [blame]
{
"name": "JSAUIKitCocoa",
"version": "0.1.1",
"summary": "Use Cocoa UIKit with JSAppSugar and JSA4Cocoa.",
"description": "JSAUIKitCocoa is a MVC framework for building iOS Apps using JavaScript and Objective-C.",
"homepage": "https://github.com/JSAppSugar/JSAUIKitCocoa",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Neal",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/JSAppSugar/JSAUIKitCocoa.git",
"tag": "0.1.1"
},
"source_files": "JSAUIKitCocoa/**/*.{h,m}",
"public_header_files": "JSAUIKitCocoa/*.h",
"resources": "Assets/jsa",
"frameworks": "UIKit",
"requires_arc": true,
"dependencies": {
"JSA4Cocoa": [
"~> 1.0"
],
"MyLayout": [
"~> 1.6"
]
}
}