blob: deee297a46af0379e3d01a6548de05c10655e9d0 [file] [log] [blame]
{
"name": "ExpSwift",
"version": "1.0.0",
"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": "v1.0.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"ExpSwift": [
"Pod/Assets/*.png"
]
},
"dependencies": {
"PromiseKit": [
"3.0.0"
],
"Alamofire": [
"3.1.5"
],
"Socket.IO-Client-Swift": [
"4.1.2"
],
"JSONWebToken": [
"1.4.1"
]
}
}