blob: 5a3a15634aaddb038a2f8fb81e2faa29a3f50db3 [file] [log] [blame]
{
"name": "rmpaint",
"version": "0.9.2",
"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.2"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "RMPaint/RMPaint/**/*.{h,m}",
"resource_bundles": {
"rmpaint": [
"Pod/Assets/*.png"
]
}
}