blob: d92c51cf00646a46c921291911c97e356a6d1e03 [file] [log] [blame]
{
"name": "HyprLoco",
"version": "0.0.1",
"summary": "Integrate HyprLoco’s 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).",
"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.0.1"
},
"social_media_url": "https://twitter.com/HyprLoco",
"platforms": {
"ios": "8.0"
},
"frameworks": [
"AudioToolbox",
"AVFoundation",
"CoreGraphics",
"CoreLocation",
"CoreMotion",
"Foundation",
"MapKit",
"QuartzCore",
"SystemConfiguration",
"UIKit",
"CoreData",
"Foundation"
],
"source_files": "HyprLoco.framework/**/*.h",
"resources": "BDDataModel.bundle",
"pod_target_xcconfig": {
"OTHER_LDFLAGS": "$(inherited) -ObjC",
"ENABLE_BITCODE": "NO"
}
}