blob: 4144d6446fa88c6d477093db9732b42284be1e82 [file] [log] [blame]
{
"name": "CBViewSharing",
"version": "0.0.1",
"summary": "CBViewSharing allows for iOS views to be shared remotely to any modern browser.",
"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",
"homepage": "http://www.chrisburns.me/mobile-support.html",
"license": "MIT",
"authors": {
"Chris Burns": "chris.c.burns@gmail.com"
},
"social_media_url": "http://twitter.com/chris_burns",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/ccb/CBViewSharing.git",
"tag": "0.0.1"
},
"source_files": [
"CBViewSharing",
"CBViewSharing/*.{h,m}"
],
"public_header_files": "CBViewSharing/*.h",
"frameworks": [
"Foundation",
"UIKit",
"MobileCoreServices",
"SystemConfiguration"
],
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"1.3.2"
],
"socket.IO": [
"0.4.0.1"
]
}
}