blob: dcc3214680188bf07051aca3d1a22d22099baba8 [file] [log] [blame]
{
"name": "Scribble",
"version": "0.0.1",
"summary": "A simple app for recording and playing back touches on a view",
"description": " \t\t\t\t A simple app for recording and playing back touches on a view.\n",
"homepage": "https://github.com/panyam/Scribble",
"license": "Apache License, Version 2.0",
"authors": {
"Sri Panyam": "sri.panyam@gmail.com"
},
"social_media_url": "http://panyam.wordpress.com",
"source": {
"git": "https://github.com/panyam/Scribble.git",
"tag": "v0.0.1"
},
"source_files": [
"Scribble",
"Scribble/*.{h,m}"
],
"exclude_files": "Scribble/main.m",
"frameworks": [
"UIKit",
"QuartzCore"
],
"platforms": {
"ios": "7"
},
"dependencies": {
"LinkedList": [
],
"Color-Picker-for-iOS": [
]
}
}