blob: eeb4f02cb8f486f5633f63920b2c8356f6f1e346 [file] [log] [blame]
{
"name": "NRTouchPoints",
"version": "0.1.0",
"summary": "UIWindow subclass that shows users touches on screen, for screen recording purposes",
"homepage": "https://github.com/natanrolnik/NRTouchPoints",
"license": "MIT",
"authors": {
"Natan Rolnik": "natanrolnik@gmail.com"
},
"source": {
"git": "https://github.com/natanrolnik/NRTouchPoints.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/natanrolnik",
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": "*.{h,m}",
"description": "I wanted to be able to record a tutorial for the users of my apps. When I had Jailbreak, that was possible, but with a non-jailbroken phone, this gets complicated. The solution I found was to use Reflector App to record the screen, but this option would not show where exactly the user tapped. So what was the solution for my solution? To create a subclass of UIWindow that shows where the user is tapping in the moment. Ah, don’t forget to remove them when sending your app to the AppStore!",
"ios": {
"exclude_files": "Classes/osx"
},
"osx": {
"exclude_files": "Classes/ios"
}
}