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