blob: 58569f11cd6529b985ac8c6fc915b20498a21651 [file] [log] [blame]
{
"name": "MathpixClient",
"version": "0.1.2",
"summary": "Simple client to work with Mathpix recognition server.",
"description": "This framework incapsulate requests to Mathpix server to recognite images to math. Supported output formats are latex, mathml and wolfram alpha. Framework suggest camera UI to simplify capture image.",
"homepage": "https://github.com/Mathpix/ios-client",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"DmitriDevelopment": "dmitridevelopment@gmail.com"
},
"source": {
"git": "https://github.com/Mathpix/ios-client.git",
"tag": "0.1.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": "MathpixClient/Classes/**/*.{swift,h,m}",
"resource_bundles": {
"Images": [
"MathpixClient/Assets/*.png",
"MathpixClient/Assets/*.xcassets"
]
},
"dependencies": {
"PureLayout": [
]
},
"pushed_with_swift_version": "3.1"
}