blob: 748d517f04885e72e4adcff9c058c676caeb617b [file] [log] [blame]
{
"name": "RumbleStrip",
"version": "0.1.0",
"summary": "A simple feedback library for iOS apps.",
"description": " # RumbleStrip\n\n A simple feedback library for iOS apps.\n",
"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.0"
},
"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"
]
}