blob: 753644dd30078dfcc90d5f92c5d9a49c14eea9a5 [file] [log] [blame]
{
"name": "RumbleStrip",
"version": "0.1.3",
"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.3"
},
"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"
]
}