blob: d6f67e8bdf6eb6578ab50c00dfacc8338c7c6076 [file] [log] [blame]
{
"name": "rmpaint",
"version": "0.9.3",
"summary": "Painting for iOS",
"description": "Painting for iOS based on the GLPaint example by Apple.\n",
"homepage": "https://github.com/robotmedia/rmpaint-ios",
"license": "Apache 2.0",
"authors": {
"RobotMedia": "hello@robotmedia.net"
},
"source": {
"git": "https://github.com/kompozer/rmpaint-ios.git",
"tag": "0.9.3"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "RMPaint/RMPaint/**/*.{h,m}",
"resource_bundles": {
"rmpaint": [
"Pod/Assets/*.png"
]
}
}