blob: 21e2aa8ea78a4ec4bc4f0b34744841d743f8f7aa [file] [log] [blame]
{
"name": "CMPComapiFoundation",
"version": "1.1.2",
"license": "MIT",
"summary": "Foundation library for connecting to and consuming COMAPI services",
"description": "# iOS SDK for Comapi\nClient to connect your iOS application with [Comapi](http://comapi.com/) services and add it as a channel to our cloud messaging platform. Written in Objective-C.\nFor more information about the integration please visit [the website](http://docs.comapi.com/reference#one-sdk-ios).",
"homepage": "https://github.com/comapi/comapi-sdk-ios-objc",
"authors": {
"Comapi": "support@comapi.com"
},
"source": {
"git": "https://github.com/comapi/comapi-sdk-ios-objc.git",
"tag": "1.1.2"
},
"social_media_url": "https://twitter.com/comapimessaging",
"platforms": {
"ios": "10.0"
},
"requires_arc": true,
"source_files": "Sources/**/*.{h,m}",
"resources": [
],
"dependencies": {
"SocketRocket": [
]
}
}