blob: c326139dd046ed75a2ed5f56b17575e59bd276ce [file] [log] [blame]
{
"name": "SwrveConversationSDK",
"version": "4.6.1",
"summary": "iOS Conversation SDK for Swrve.",
"homepage": "http://www.swrve.com",
"license": {
"type": "Apache License, Version 2.0",
"file": "SwrveConversationSDK/LICENSE"
},
"authors": "Swrve Mobile Inc or its licensors",
"source": {
"git": "https://github.com/Swrve/swrve-ios-sdk.git",
"tag": "4.6.1"
},
"social_media_url": "https://twitter.com/Swrve_Inc",
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": "SwrveConversationSDK/Conversation/**/*.{m,h}",
"public_header_files": "SwrveConversationSDK/Conversation/**/*.h",
"resources": "SwrveConversationSDK/Resources/**/*.*",
"dependencies": {
"SwrveSDKCommon": [
"4.6.1"
]
},
"compiler_flags": "-DSWRVE_CONVERSATION_SDK"
}