blob: 1df7cf2c561d18d20e88df580841641ab44fd5f5 [file] [log] [blame]
{
"name": "ClinchKit",
"version": "1.0",
"summary": "The Clinch iOS SDK, for integrating Clinch into your iOS application",
"description": "The Clinch iOS SDK, for integrating Clinch into your iOS application. The SDK supports iOS 8.",
"homepage": "https://github.com/ClinchIO/ClinchKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Damien Glancy": "damien@clinch.io",
"Steve Quinlan": "steve@clinch.io"
},
"social_media_url": "http://twitter.com/clinch",
"source": {
"git": "https://github.com/ClinchIO/ClinchKit.git",
"tag": "1.0"
},
"platforms": {
"ios": "8.0"
},
"ios": {
"preserve_paths": "ClinchKit.framework",
"public_header_files": "ClinchKit.framework/Headers/*.h",
"vendored_frameworks": "ClinchKit.framework"
}
}