blob: bda296f36b6f28ecc644ada6e8649a837cc42ba3 [file] [log] [blame]
{
"name": "ExpSwift",
"version": "0.0.1",
"summary": "Exp IOS SDK library. Native IOS library for EXP platform.",
"description": "Exp IOS SDK library. Native IOS library for EXP platform will allow you to communicate directly to EXP platform.",
"homepage": "https://github.com/ScalaInc/exp-ios-sdk",
"license": "MIT",
"authors": {
"Cesar Oyarzun": "cesar.oyarzun@scala.com"
},
"source": {
"git": "https://github.com/ScalaInc/exp-ios-sdk.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"ExpSwift": [
"Pod/Assets/*.png"
]
},
"dependencies": {
"PromiseKit": [
],
"Alamofire": [
"<= 1.3.1"
],
"Socket.IO-Client-Swift": [
"<= 2.4.5"
],
"JSONWebToken": [
"<= 1.3.0"
]
}
}