blob: 5f1a0b65bb08681aad362eb05dd9a75b13d23142 [file] [log] [blame]
{
"name": "AcquireIO",
"version": "1.0.5",
"summary": "Your complete customer communication platform - and not just live chat",
"homepage": "https://acquire.io",
"license": {
"type": "Commercial",
"text": "Copyright (C) 2018 by Acquire"
},
"authors": {
"Acquire": "raju@acquire.io"
},
"social_media_url": "https://twitter.com/acquire_io",
"source": {
"http": "https://developers.acquire.io/sdk/ios/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",
"ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES": "YES"
},
"requires_arc": true,
"documentation_url": "https://developers.acquire.io/getting-start-ios"
}