[Add] EverlinkBroadcastSDK 3.1.1
[CocoaPods.git] / Specs / 1 / 6 / 8 / CNISDKCoreKit / 3.1.0.1 / CNISDKCoreKit.podspec.json
blob31ddb7e66b15f6b77b0d873c480954dd341edf64
2   "name": "CNISDKCoreKit",
3   "version": "3.1.0.1",
4   "summary": "Official conichi SDK for iOS to access core functionality of conichi Platform.",
5   "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.",
6   "license": {
7     "type": "Conichi License",
8     "file": "LICENSE"
9   },
10   "homepage": "https://github.com/conichiGMBH",
11   "authors": {
12     "conichiGMBH": "support@conichi.com"
13   },
14   "source": {
15     "git": "https://github.com/conichiGMBH/conichi-ios-sdk.git",
16     "tag": "3.1.0.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "Frameworks/CNISDKCoreKit.framework/Headers/*.h",
22   "requires_arc": true,
23   "module_name": "CNISDKCoreKit",
24   "public_header_files": "Frameworks/CNISDKCoreKit.framework/Headers/*.h",
25   "vendored_frameworks": [
26     "Frameworks/CNISDKCoreKit.framework",
27     "Frameworks/Conichi_Authentication.framework",
28     "Frameworks/Conichi_Errors.framework",
29     "Frameworks/Conichi_Meta.framework"
30   ],
31   "preserve_paths": [
32     "Frameworks/CNISDKCoreKit.framework",
33     "Frameworks/Conichi_Authentication.framework",
34     "Frameworks/Conichi_Errors.framework",
35     "Frameworks/Conichi_Meta.framework"
36   ],
37   "xcconfig": {
38     "FRAMEWORK_SEARCH_PATHS": "$(inherited)"
39   }