blob: 65d069bee31426a2c9361379457b93f14aa1903e [file] [log] [blame]
{
"name": "PlanOutSwift",
"version": "1.0.0",
"summary": "PlanOut interpreter implementation in Swift.",
"description": "A Swift implementation of PlanOut interpreter, for Swift or Objective-C backed front-ends. The implementation (tries to) follow standards defined by the Python implementation of PlanOut interpreter and also its Java implementation (planout4j).",
"homepage": "https://github.com/irvifa/PlanOutSwift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Irvi Aini": "irvi.fa@gmail.com"
},
"platforms": {
"ios": "9.3"
},
"swift_versions": "5.0",
"source": {
"git": "https://github.com/irvifa/PlanOutSwift.git",
"tag": "v1.0.0"
},
"source_files": "Source/**/*.swift",
"swift_version": "5.0"
}