blob: 0e13ddabc07bae49227023ad2eda7765c1785f8f [file] [log] [blame]
{
"name": "algorithmia",
"version": "0.1.2",
"summary": "Client for calling algorithms hosted on the Algorithmia marketplace",
"description": "The Algorithmia Swift client provides Swift and iOS developers\naccess to over 2,500 algorithmic microservices spanning categories\nfrom machine learning, natural language processing, computer vision,\nand many other areas of algorithm development.\n\nUse the Algorithmia Swift client to add machine intelligence\nto your iOS or Swift applications.",
"homepage": "https://github.com/algorithmiaio/algorithmia-swift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Erik Ilyin": "erik.ilyin@aol.com",
"Algorithmia": "devops@algorithmia.com"
},
"source": {
"git": "https://github.com/algorithmiaio/algorithmia-swift.git",
"tag": "0.1.2"
},
"social_media_url": "https://twitter.com/algorithmia",
"platforms": {
"ios": "8.0"
},
"source_files": [
"Algorithmia/*.{swift}",
"Algorithmia/**/*.{swift}",
"Algorithmia/Client/Auth/*.{swift}"
],
"pushed_with_swift_version": "3.0"
}