blob: 00587a529b1a18ff7b271e611e7c247805e5b948 [file] [log] [blame]
{
"name": "Reamaze",
"version": "0.0.1",
"summary": "Embeddable help knowledge base for your mobile app",
"description": " Reamaze is a hosted helpdesk made for developers. This cocoapod\n allows you to easily integrate the Reamaze Knowledge Base to your \n iOS Mobile app.\n\n Some other Reamaze features:\n * Reamaze.js allows you to embed a full support system into your web app\n * Helps you handle support requests from multiple channels including email, Facebook and Twitter\n * Integrates with 3rd party apps like Shopify and Slack.\n \n",
"homepage": "http://www.reamaze.com",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Pat Morgan": "pat@reamaze.com"
},
"social_media_url": "http://twitter.com/reamaze",
"source": {
"git": "https://github.com/reamaze/reamaze-ios.git",
"tag": "0.0.1"
},
"source_files": [
"ReamazeSDK",
"ReamazeSDK/**/*.{h,m}"
],
"exclude_files": [
"ReamazeSDK/Exclude",
"ReamazeSDK/ReamazeSDKTests"
],
"resources": "ReamazeSDK/*.xib",
"requires_arc": true,
"platforms": {
"ios": "5.0"
},
"frameworks": "UIKit"
}