blob: ef16a5223391da097f92262114d7093dd24a67da [file] [log] [blame]
{
"name": "SwrveSDK",
"version": "4.6.0",
"summary": "iOS SDK for Swrve.",
"homepage": "http://www.swrve.com",
"license": {
"type": "Apache License, Version 2.0",
"file": "SwrveSDK/LICENSE"
},
"authors": "Swrve Mobile Inc or its licensors",
"source": {
"git": "https://github.com/Swrve/swrve-ios-sdk.git",
"tag": "4.6.0"
},
"social_media_url": "https://twitter.com/Swrve_Inc",
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": "SwrveSDK/SDK/**/*.{m,h}",
"public_header_files": "SwrveSDK/SDK/**/*.h",
"dependencies": {
"SwrveSDKCommon": [
"4.6.0"
],
"SwrveConversationSDK": [
"4.6.0"
]
},
"frameworks": [
"UIKit",
"QuartzCore",
"CFNetwork",
"StoreKit",
"Security",
"CoreTelephony",
"MessageUI",
"CoreLocation",
"AVFoundation"
],
"weak_frameworks": [
"Contacts",
"Photos",
"AssetsLibrary",
"AddressBook"
],
"libraries": "sqlite3"
}