[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 2 / 7 / 5 / ExpSwift / 1.0.0 / ExpSwift.podspec.json
blobdeee297a46af0379e3d01a6548de05c10655e9d0
2   "name": "ExpSwift",
3   "version": "1.0.0",
4   "summary": "Exp IOS SDK library. Native IOS library for EXP platform.",
5   "description": "Exp IOS SDK library. Native IOS library for EXP platform will allow you to communicate directly to EXP platform.",
6   "homepage": "https://github.com/ScalaInc/exp-ios-sdk",
7   "license": "MIT",
8   "authors": {
9     "Cesar Oyarzun": "cesar.oyarzun@scala.com"
10   },
11   "source": {
12     "git": "https://github.com/ScalaInc/exp-ios-sdk.git",
13     "tag": "v1.0.0"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "ExpSwift": [
22       "Pod/Assets/*.png"
23     ]
24   },
25   "dependencies": {
26     "PromiseKit": [
27       "3.0.0"
28     ],
29     "Alamofire": [
30       "3.1.5"
31     ],
32     "Socket.IO-Client-Swift": [
33       "4.1.2"
34     ],
35     "JSONWebToken": [
36       "1.4.1"
37     ]
38   }