[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 9 / 2 / 6 / CBViewSharing / 0.0.1 / CBViewSharing.podspec.json
blob4144d6446fa88c6d477093db9732b42284be1e82
2   "name": "CBViewSharing",
3   "version": "0.0.1",
4   "summary": "CBViewSharing allows for iOS views to be shared remotely to any modern browser.",
5   "description": "                  CBViewSharing brings mobile sharing and support to iOS. Add your root view controller and it\n                  will capture and forward your views to a remote server. An invitation URL is generated and a \n                  remote user can see and highlight the iOS View.\n",
6   "homepage": "http://www.chrisburns.me/mobile-support.html",
7   "license": "MIT",
8   "authors": {
9     "Chris Burns": "chris.c.burns@gmail.com"
10   },
11   "social_media_url": "http://twitter.com/chris_burns",
12   "platforms": {
13     "ios": "7.0"
14   },
15   "source": {
16     "git": "https://github.com/ccb/CBViewSharing.git",
17     "tag": "0.0.1"
18   },
19   "source_files": [
20     "CBViewSharing",
21     "CBViewSharing/*.{h,m}"
22   ],
23   "public_header_files": "CBViewSharing/*.h",
24   "frameworks": [
25     "Foundation",
26     "UIKit",
27     "MobileCoreServices",
28     "SystemConfiguration"
29   ],
30   "requires_arc": true,
31   "dependencies": {
32     "AFNetworking": [
33       "1.3.2"
34     ],
35     "socket.IO": [
36       "0.4.0.1"
37     ]
38   }