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