blob: 4b24b27e7c25b4950a51152faba58f76cf4253a3 [file] [log] [blame]
{
"name": "Eniac",
"version": "0.1.0",
"summary": "Swift calculator framework for iOS, WatchOS, and OSX. Plug in your interface of choice.",
"description": "This is a calculator framework for iOS, WatchOS, and OSX. It is written in Swift 4.1. You may plug in your interface of choice.",
"homepage": "https://github.com/yoganinja/Eniac/blob/master/README.md",
"license": {
"type": "MIT",
"file": "License/License.md"
},
"authors": {
"yoganinja": "developer@johnflorian.com"
},
"platforms": {
"ios": "9.3",
"watchos": "4.0"
},
"source": {
"git": "https://github.com/yoganinja/Eniac.git",
"tag": "v0.1.0-beta.1",
"branch": "master"
},
"source_files": "Sources/**/*.{h,swift,plist}",
"swift_version": "4.1"
}