blob: 58f5b89a0b78254a8f6eea1304ac42a54ab6b694 [file] [log] [blame]
{
"name": "HyprLoco",
"version": "0.2.1",
"summary": "Integrate HyprLoco NORM location services into your app.",
"description": "The HyprLoco SDK allows your iOS application to easily communicate with the HyprLoco Order Information System (OIS).\n\nVisit [HyprLoco.com](http://HyprLoco.com) to learn how we can help your restaurant increase guest loyalty.\n\nPlease email any questions about the HyprLoco iOS SDK to [support@HyprLoco.com](mailto:support@HyprLoco.com).",
"platforms": {
"ios": "8.2"
},
"homepage": "http://github.com/hyprloco/hyprloco-sdk-ios",
"license": {
"type": "MIT",
"file": "License.txt"
},
"authors": {
"HyprLoco, Inc.": "support@HyprLoco.com"
},
"source": {
"git": "https://github.com/hyprloco/hyprloco-sdk-ios.git",
"tag": "0.2.1"
},
"documentation_url": "http://hypr-dev-sdk.azurewebsites.net/iOS/",
"social_media_url": "https://twitter.com/HyprLoco",
"frameworks": [
"AudioToolbox",
"AVFoundation",
"CoreGraphics",
"CoreLocation",
"CoreMotion",
"Foundation",
"MapKit",
"QuartzCore",
"SystemConfiguration",
"UIKit",
"CoreData",
"Foundation"
],
"vendored_frameworks": "HyprLoco.framework",
"source_files": "HyprLoco.framework/**/*.h",
"resource_bundles": {
"BDDataModel": "Resources/*.*"
},
"requires_arc": true,
"preserve_paths": [
"HyprLoco.framework",
"BDDataModel.bundle"
],
"xcconfig": {
"OTHER_LDFLAGS": "$(inherited) -ObjC",
"ENABLE_BITCODE": "NO"
}
}