blob: c8e5731eaa29d6ed800e14b5c045d0509df45a32 [file] [log] [blame]
{
"name": "TesseractSwift",
"version": "0.2.0",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "A collection of independent utility classes for iOS projects in Swift.",
"homepage": "https://github.com/actilot/tesseract-swift",
"authors": {
"acilot": "actilot@gmail.com"
},
"source": {
"git": "https://github.com/actilot/tesseract-swift.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"frameworks": "UIKit",
"source_files": "Source/**/*.{swift,h}",
"preserve_paths": "*",
"swift_versions": "4.2",
"swift_version": "4.2"
}