blob: 0118ff512c576ed1d655f1ce067dc4c67e325718 [file] [log] [blame]
{
"name": "ChatCamp",
"version": "0.0.1",
"summary": "ChatCamp iOS SDK",
"description": "Chat SDK and Messaging API for iOS Apps",
"license": "Commercial",
"authors": {
"Shashwat Srivastava": "shashwat@iflylabs.com",
"Shubham Gupta": "shubham@iflylabs.com"
},
"homepage": "https://chatcamp.io",
"requires_arc": true,
"source": {
"git": "https://github.com/ChatCamp/ChatCamp-iOS-SDK.git",
"tag": "v0.0.1"
},
"platforms": {
"ios": "8.0"
},
"ios": {
"vendored_frameworks": "ChatCamp.framework",
"frameworks": [
"CFNetwork",
"Security",
"MobileCoreServices",
"SystemConfiguration",
"UIKit"
]
}
}