blob: 892e12683624125ffb39f9639028e5186199e93e [file] [log] [blame]
{
"name": "AZSocketIO-HandShakeData",
"version": "0.0.6",
"license": "Apache 2.0",
"summary": "A socket.io client for objective-c. Cocoapods-friendly. Appledocs. Built of AFNetworking and SocketRocket. Websockets + XHR.",
"homepage": "https://github.com/lukabernardi/AZSocketIO",
"authors": {
"Luca Bernardi": "luka.bernardi@gmail.com",
"Patrick Shields": "patrick.m.shields@gmail.com",
"Dirk Eisenberg": "dirk.eisenberg@gmail.com"
},
"source": {
"git": "https://github.com/dei79/AZSocketIO.git",
"tag": "v0.0.6-fix01"
},
"source_files": [
"AZSocketIO/*.{h,m}",
"AZSocketIO/Protocols/*.{h,m}",
"AZSocketIO/Transports/*.{h,m}"
],
"dependencies": {
"SocketRocket": [
"~> 0.x"
],
"AFNetworking": [
"~> 2.x"
]
},
"requires_arc": true,
"platforms": {
"ios": 6.0
},
"prefix_header_contents": "#import <Availability.h>\n\n#if __IPHONE_OS_VERSION_MIN_REQUIRED\n #import <SystemConfiguration/SystemConfiguration.h>\n #import <MobileCoreServices/MobileCoreServices.h>\n #import <Security/Security.h>\n#else\n #import <SystemConfiguration/SystemConfiguration.h>\n #import <CoreServices/CoreServices.h>\n #import <Security/Security.h>\n#endif\n"
}