blob: e54ce37cc792b811d8c34cb1a2f4d79f590ac1f3 [file] [log] [blame]
{
"name": "Tesseract-Swift",
"version": "0.0.1",
"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.1"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"frameworks": "UIKit",
"source_files": "Tesseract/**/*.swift",
"preserve_paths": "*",
"pushed_with_swift_version": "3.0",
"deprecated_in_favor_of": "TesseractSwift"
}