[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 1 / c / e / RevTwo / 2.0 / RevTwo.podspec.json
blobd555f0b66de9e9cf2d9395b73e195cbaf963c8dd
2   "name": "RevTwo",
3   "version": "2.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   "license": {
12     "type": "Commercial",
13     "file": "LICENSE.txt"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "source": {
19     "git": "https://github.com/RevTwoInAppSupport/RevTwo-iOS-Library.git",
20     "tag": "2.0"
21   },
22   "source_files": "Classes/*.{h,m}",
23   "public_header_files": "Classes/*.h",
24   "exclude_files": "Classes/Exclude",
25   "preserve_paths": "Library/librevtwo.a",
26   "vendored_libraries": "Library/librevtwo.a",
27   "libraries": [
28     "revtwo",
29     "sqlite3"
30   ],
31   "resources": "Resources/*.{png,jpg,xib}",
32   "dependencies": {
33     "PubNub": [
34       "~> 4.0"
35     ],
36     "libjingle_peerconnection": [
38     ]
39   }