| { |
| "name": "VizuryEventLoggerCPF", |
| "version": "1.2.1", |
| "summary": "Vizury Event Logger for CPF", |
| "description": "Vizury is a mobile marketing automation company. This framework helps to track events of users.", |
| "homepage": "https://affle.com", |
| "documentation_url": "https://github.com/ayon-affle/vizury-ios-sdk", |
| "license": { |
| "type": "Commercial", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Ayon Chowdhury": "ayon.chowdhury@affle.com" |
| }, |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "source": { |
| "git": "https://github.com/ayon-affle/vizury-ios-sdk.git", |
| "tag": "vizuryeventloggercpf-1.2.1" |
| }, |
| "ios": { |
| "vendored_frameworks": "Frameworks/VizuryEventLoggerCPF/VizuryEventLogger.framework" |
| }, |
| "preserve_paths": "Frameworks/VizuryEventLoggerCPF/VizuryEventLogger.framework", |
| "module_map": "Frameworks/VizuryEventLoggerCPF/VizuryEventLogger.framework/Modules/module.modulemap", |
| "requires_arc": true, |
| "frameworks": [ |
| "Foundation", |
| "UIKit", |
| "SystemConfiguration", |
| "Security" |
| ], |
| "weak_frameworks": [ |
| "UserNotifications", |
| "UserNotificationsUI", |
| "WebKit" |
| ], |
| "xcconfig": { |
| "ENABLE_BITCODE": "NO" |
| }, |
| "pod_target_xcconfig": { |
| "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64" |
| }, |
| "user_target_xcconfig": { |
| "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64" |
| }, |
| "static_framework": false |
| } |