blob: ca2d3108e4a9522b7586d3485d7c652bba008b1e [file] [log] [blame]
{
"name": "RumbleStrip",
"version": "0.1.4",
"summary": "A simple feedback library for iOS apps.",
"description": "# RumbleStrip\n\nA simple feedback library for iOS apps.",
"homepage": "https://github.com/davidrothera/RumbleStrip",
"license": "MIT",
"authors": {
"David Rothera": "david.rothera@gmail.com"
},
"source": {
"git": "https://github.com/davidrothera/RumbleStrip.git",
"tag": "0.1.4"
},
"social_media_url": "https://twitter.com/davidrothera",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"RumbleStrip": [
"Pod/Assets/*.png"
]
},
"frameworks": [
"UIKit",
"AudioToolbox",
"MessageUI"
]
}