blob: 5bd3eb23e6e09f7bd79cd28b684b12cbf1cbabf0 [file] [log] [blame]
{
"name": "CNISDKCoreKit",
"version": "2.5.0",
"summary": "Official conichi SDK for iOS to access core functionality of conichi Platform.",
"description": "Conichi SDK simplifies the use of Appleā€™s iBeacon technology with conichi's hardware. In only few steps, you will be able to communicate with our beacons and receive actions confirmation by a conichi venue.",
"license": {
"type": "Conichi License",
"file": "LICENSE"
},
"homepage": "https://github.com/conichiGMBH",
"authors": {
"conichiGMBH": "support@conichi.com"
},
"source": {
"git": "https://github.com/conichiGMBH/conichi-ios-sdk.git",
"tag": "2.5.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Frameworks/CNISDKCoreKit.framework/Headers/*.h",
"requires_arc": true,
"module_name": "CNISDKCoreKit",
"public_header_files": "Frameworks/CNISDKCoreKit.framework/Headers/*.h",
"vendored_frameworks": [
"Frameworks/CNISDKCoreKit.framework",
"Frameworks/Conichi_Authentication.framework",
"Frameworks/Conichi_Errors.framework",
"Frameworks/Conichi_Meta.framework"
],
"preserve_paths": [
"Frameworks/CNISDKCoreKit.framework",
"Frameworks/Conichi_Authentication.framework",
"Frameworks/Conichi_Errors.framework",
"Frameworks/Conichi_Meta.framework"
],
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "$(inherited)"
}
}