[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 1 / c / e / RevTwo / 3.0 / RevTwo.podspec.json
blob631b24b49630ff3812a8e1b877f4fb7f8ee71721
2   "name": "RevTwo",
3   "version": "3.0",
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": "3.0"
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.4.1"
36     ],
37     "libjingle_peerconnection": [
39     ],
40     "JSQMessagesViewController": [
42     ],
43     "Firebase/Core": [
45     ],
46     "Firebase/Auth": [
48     ],
49     "Firebase/Database": [
51     ]
52   }