blob: 1fdfba0dbcdb939d1445c4252b1ba26ff4e15416 [file] [log] [blame]
{
"name": "PostBeyondSDK",
"version": "0.2.17",
"summary": "PostBeyond Swift SDK.",
"homepage": "https://postbeyond.com",
"documentation_url": "https://postbeyond.github.io/postbeyond-ios-sdk/",
"social_media_url": "https://twitter.com/PostBeyond",
"authors": {
"Heberti Almeida": "hebertialmeida@gmail.com",
"Rencana Tarigan": "tarigan.rencana@gmail.com"
},
"platforms": {
"ios": "9.0"
},
"swift_version": "4.0",
"cocoapods_version": ">= 1.5.0",
"license": {
"type": "Commercial",
"file": "LICENSE"
},
"ios": {
"frameworks": "Foundation",
"vendored_frameworks": "PostBeyondSDK.framework"
},
"source": {
"http": "https://pb-dev-sdk.s3-us-west-2.amazonaws.com/ios/0.2.17/PostBeyondSDK.zip"
},
"resource_bundles": {
"PostBeyond": "PostBeyondSDK.framework/*.lproj"
},
"preserve_paths": "PostBeyondSDK.framework/*",
"dependencies": {
"Alamofire": [
"~> 4.7"
],
"KeychainSwift": [
"~> 11.0"
],
"RocketData": [
"~> 5.0"
],
"PINCache": [
"~> 3.0.1-beta.6"
],
"Unbox": [
"~> 3.0"
],
"IGListKit": [
"~> 3.4"
]
}
}