blob: 82942ed6326f471c0965ab165ee29315e366cf77 [file] [log] [blame]
{
"name": "MyMe",
"version": "0.1.0",
"summary": "a SDK to work with Orcam MyMe.",
"description": "this SDK provides the API to use OrCam MyMe Device via iOS devices.",
"homepage": "https://github.com/orcam/MyMe",
"license": "Apache License 2.0",
"authors": {
"itiel.dgani": "itiel.dgani@orcam.com"
},
"source": {
"git": "https://github.com/orcam/MyMe.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"MyMe": [
"Pod/Assets/*.png"
]
}
}