[Add] KJAdSDK 1.4.1.26
[CocoaPods.git] / Specs / d / 2 / e / ComapiFoundation / 1.0.1 / ComapiFoundation.podspec.json
blobd68384983b1465a9ab0752e41bbfbf1ebe7e61e3
2   "name": "ComapiFoundation",
3   "version": "1.0.1",
4   "license": "MIT",
5   "summary": "Foundation library for connecting to and consuming COMAPI services",
6   "description": "# iOS SDK for Comapi\n\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 Swift 3.0.\n\nFor more information about the integration please visit [the website](http://docs.comapi.com/reference#one-sdk-ios).",
7   "homepage": "https://github.com/comapi/comapi-sdk-ios",
8   "authors": {
9     "Comapi": "technicalmanagement@comapi.com"
10   },
11   "source": {
12     "git": "https://github.com/comapi/comapi-sdk-ios.git",
13     "tag": "1.0.1"
14   },
15   "social_media_url": "https://twitter.com/comapimessaging",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "requires_arc": true,
20   "source_files": "source/**/*.swift",
21   "resources": [
23   ],
24   "frameworks": [
25     "UIKit",
26     "Foundation"
27   ],
28   "dependencies": {
29     "Rosetta": [
30       "~> 1.1.0"
31     ],
32     "SwiftWebSocket": [
33       "~> 2.6.5"
34     ],
35     "MulticastDelegateSwift": [
36       "~> 2.0.0"
37     ],
38     "Result": [
39       "~> 3.0.0"
40     ],
41     "SwiftKeychainWrapper": [
42       "~> 3.0.1"
43     ]
44   },
45   "pushed_with_swift_version": "3.0"