blob: cd65026679db6391cf68e09dc6cb3479c59bab94 [file] [log] [blame]
{
"name": "LiveHelpNow",
"version": "0.0.1",
"summary": "LiveHelpNow SDK",
"description": "Live Chat SDK for interfacing with LiveHelpNow Services",
"homepage": "http://github.com/livehelpnow/ObjCSdk",
"license": "MIT",
"authors": {
"Justin Schneck": "jschneck@mac.com"
},
"source": {
"git": "https://github.com/livehelpnow/ObjCSdk.git",
"tag": "v0.0.1"
},
"platforms": {
"osx": "10.9",
"ios": "7.0"
},
"requires_arc": true,
"source_files": [
"LiveHelpNow",
"LiveHelpNow/**/*.{h,m}"
],
"dependencies": {
"PhoenixClient": [
"1.1.0"
],
"AFNetworking": [
"2.6.3"
],
"AFOAuth2Manager": [
"2.2.0"
]
}
}