blob: aaf3ee7a8b131c66132fa99936758c392bab5318 [file] [log] [blame]
{
"name": "Scribble",
"version": "0.0.2",
"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.2"
},
"source_files": [
"Scribble",
"Scribble/*.{h,m}"
],
"exclude_files": "Scribble/main.m",
"resources": "Scribble/*.xib",
"frameworks": [
"UIKit",
"QuartzCore"
],
"platforms": {
"ios": "7"
},
"dependencies": {
"LinkedList": [
],
"Color-Picker-for-iOS": [
]
}
}