blob: 78c6b1f16e02a238a2478f83932d2f006f4d2934 [file] [log] [blame]
{
"name": "SwrveSDK",
"version": "4.4.2",
"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.4.2"
},
"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.4.2"
],
"SwrveConversationSDK": [
"~> 4.4.2"
]
},
"frameworks": [
"UIKit",
"QuartzCore",
"CFNetwork",
"StoreKit",
"Security",
"CoreTelephony",
"MessageUI",
"CoreLocation",
"AddressBook",
"AVFoundation",
"AssetsLibrary",
"Contacts",
"Photos"
],
"libraries": "sqlite3"
}