blob: 28d9774f5e04e7a039b22f72b6c108c46f9c5681 [file] [log] [blame]
{
"name": "SwrveSDK",
"version": "4.11.4",
"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.11.4"
},
"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.11.4"
],
"SwrveConversationSDK": [
"4.11.4"
]
},
"frameworks": [
"UIKit",
"QuartzCore",
"CFNetwork",
"StoreKit",
"Security",
"CoreTelephony",
"MessageUI",
"CoreLocation",
"AVFoundation",
"CoreText"
],
"weak_frameworks": [
"Contacts",
"Photos",
"AssetsLibrary",
"AddressBook",
"UserNotifications",
"UserNotificationsUI"
],
"libraries": "sqlite3"
}