blob: 5f486b97ef5d0f5b0f2ffc0884dafa9cfb622bf8 [file] [log] [blame]
{
"name": "TesseractSwift",
"version": "0.0.6",
"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.0.6"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"frameworks": "UIKit",
"source_files": "Tesseract/**/*.{swift,h}",
"preserve_paths": "*",
"pushed_with_swift_version": "3.0"
}