blob: d99ef305038e19fc4f76f346bf06ea2900956523 [file] [log] [blame]
{
"name": "CometChatPulseSDK",
"version": "0.0.5",
"license": {
"type": "MIT",
"file": "License.md"
},
"homepage": "https://www.cometchat.com",
"authors": {
"pushpsen": "pushpsen.airekar@inscripts.com"
},
"summary": "CometChatPulseSDK SDK Framework",
"source": {
"git": "https://github.com/CometChat-Pulse/ios-chat-sdk.git",
"tag": "0.0.5"
},
"source_files": "CometChatPulseSDK.framework/Headers/*.{h,m}",
"libraries": [
"z",
"sqlite3",
"xml2.2"
],
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
},
"vendored_frameworks": "CometChatPulseSDK.framework",
"frameworks": "CometChatPulseSDK",
"exclude_files": "Classes/Exclude",
"platforms": {
"ios": "8.0"
}
}