blob: 74ab136ea1b6e0f6a27a2face65f3736b13cc074 [file] [log] [blame]
{
"name": "AcquireIO",
"version": "2.0.1",
"summary": "Your complete customer communication platform - and not just live chat",
"homepage": "https://developer.acquire.io/ios/sdk-setup-guide/getting-start-ios",
"license": {
"type": "Commercial",
"text": "Copyright (C) 2018 by Acquire"
},
"authors": {
"Acquire": "raju@acquire.io"
},
"social_media_url": "https://twitter.com/acquire_io",
"swift_version": "3.0",
"source": {
"http": "https://devtools.acquire.io/sdk/ios/2.0.1/acquireIO.zip",
"type": "zip"
},
"platforms": {
"ios": "8.2"
},
"source_files": "acquireIO/AcquireIO.framework/headers/*.h",
"preserve_paths": [
"acquireIO/AcquireIO.framework",
"acquireIO/AcquireIO.framework/AcquireIOTheme/*.plist",
"acquireIO/AcquireIO.framework/README.md"
],
"ios": {
"vendored_frameworks": [
"acquireIO/AcquireIO.framework",
"acquireIO/WebRTC.framework"
]
},
"frameworks": [
"AcquireIO",
"Foundation",
"UIKit",
"CoreGraphics"
],
"xcconfig": {
"LD_RUNPATH_SEARCH_PATHS": "@loader_path/../Frameworks",
"ENABLE_BITCODE": "NO",
"EMBEDDED_CONTENT_CONTAINS_SWIFT": "YES"
},
"requires_arc": true,
"documentation_url": "https://developer.acquire.io/ios/sdk-setup-guide/getting-start-ios"
}