[Add] TestFrameworkIos1 1.0.2
[CocoaPods.git] / Specs / 9 / 6 / 7 / SkrumbleSDK / 0.1.3 / SkrumbleSDK.podspec.json
blob2058097f4cb2e12f8ec1c1f6faee20f0e82c9a99
2   "name": "SkrumbleSDK",
3   "version": "0.1.3",
4   "summary": "SDK for 3rd party developers wanting to use the Skrumble API in their iOS Application.",
5   "description": "The official Skrumble iOS SDK is a convenient, Swift-based toolkit for working with the Skrumble API. Works over HTTP or websocket, allowing real-time chat applications built on top of Skrumble.",
6   "homepage": "https://gitlab.com/skrumble/ios-sdk",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Skrumble": "dev.support@skrumble.com"
13   },
14   "source": {
15     "git": "https://gitlab.com/skrumble/ios-sdk.git",
16     "tag": "0.1.3"
17   },
18   "social_media_url": "https://twitter.com/SkrumbleHQ",
19   "platforms": {
20     "ios": "10.0"
21   },
22   "swift_version": "4.2",
23   "source_files": "SkrumbleSDK/Classes/**/*",
24   "dependencies": {
25     "Alamofire": [
26       "~> 4.7.3"
27     ],
28     "SwiftyJSON": [
29       "~> 4.2.0"
30     ],
31     "Socket.IO-Client-Swift": [
32       "~> 12.0.0"
33     ]
34   }