[Delete] NEMeetingKit_Special 4.9.6
[CocoaPods.git] / Specs / 1 / c / e / RevTwo / 2.1.1 / RevTwo.podspec.json
blobfed9a78123e08c84c2bf536380e7574b2e5a7daf
2   "name": "RevTwo",
3   "version": "2.1.1",
4   "summary": "In-App Support for your iOS app.",
5   "homepage": "http://revtwo.com/",
6   "documentation_url": "http://revtwo.com/docs/",
7   "authors": {
8     "RevTwo Team": "info@revtwo.com"
9   },
10   "description": "Add a support experience to your app!  \n- Create a help community for your app's users to allow your power users to help the newbies\n- Connect your app to your company's help desk for product support or technical questions\n- Full suite of developer tools to debug issues with your app during development and test flight\nFeatures:\n- Screen Sharing\n- Audio call\n- View device information\n- View App Logs\n- View your app's file system\n- View sqlite database\n- Track your app's memory usage\n- Easy to integrate API\n- Fully customizable",
11   "social_media_url": "https://twitter.com/therevtwo",
12   "license": {
13     "type": "Commercial",
14     "file": "LICENSE.txt"
15   },
16   "platforms": {
17     "ios": "8.0"
18   },
19   "source": {
20     "git": "https://github.com/RevTwoInAppSupport/RevTwo-iOS-Library.git",
21     "tag": "2.1.1"
22   },
23   "source_files": "Classes/*.{h,m}",
24   "public_header_files": "Classes/*.h",
25   "exclude_files": "Classes/Exclude",
26   "preserve_paths": "Library/librevtwo.a",
27   "vendored_libraries": "Library/librevtwo.a",
28   "libraries": [
29     "revtwo",
30     "sqlite3"
31   ],
32   "resources": "Resources/*.{png,jpg,xib}",
33   "dependencies": {
34     "PubNub": [
35       "~> 4.0"
36     ],
37     "libjingle_peerconnection": [
39     ],
40     "JSQMessagesViewController": [
42     ],
43     "Firebase": [
44       ">= 2.5.1"
45     ]
46   }