blob: c4e8ff72fce541752552ce7e52b62335a5031efb [file] [log] [blame]
{
"name": "Experience-Recorder",
"version": "0.1.0",
"summary": "A library to record the user face and app screen.",
"description": "A simple library to record the user experience of your iOS app.",
"homepage": "https://github.com/cleberhenriques/Experience-Recorder",
"license": "MIT",
"authors": {
"Cleber Henriques": "cleberhenriques@gmail.com"
},
"source": {
"git": "https://github.com/cleberhenriques/Experience-Recorder.git",
"tag": "0.1.0"
},
"social_media_url": "https://www.facebook.com/cleber.henriques",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"Experience-Recorder": [
"Pod/Assets/*.png"
]
}
}