blob: effda656eec247bc4333c1c5b40fad364f08627e [file] [log] [blame]
{
"name": "NFSDrawView",
"version": "0.1.0",
"summary": "NFSDrawView is a framework for touch drawing",
"description": "This framework simplifies common touch drawing methods",
"homepage": "https://github.com/jeffreyhanna/NFSDrawView",
"license": "MIT",
"authors": {
"Jeff Hanna": "jeffrey.hanna@yahoo.com"
},
"source": {
"git": "https://github.com/jeffreyhanna/NFSDrawView.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"NFSDrawView": [
"Pod/Assets/*.png"
]
},
"dependencies": {
"NFSColorUtilities": [
]
}
}