blob: 89ac287d1e10b9ab6cc188eed1f0a7d1c74aaf75 [file] [log] [blame]
{
"name": "zomato-ios-order-sdk",
"version": "1.2.3",
"summary": "Zomato Order SDK for iOS",
"description": "With Zomato Order SDK for iOS, you can add Online Ordering feature to your application.",
"homepage": "https://github.com/Zomato/zomato-ios-order-sdk.git",
"license": {
"type": "Copyright",
"text": "Copyright 2016 Zomato Media Private Ltd. All rights reserved."
},
"authors": "Zomato Media Private Limited",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/Zomato/zomato-ios-order-sdk.git",
"tag": "1.2.3"
},
"source_files": "zomato-ios-order-sdk/**/*.{h,m}",
"ios": {
"resources": "Frameworks/*.Bundle"
},
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC -lc++"
},
"vendored_frameworks": [
"Frameworks/ZMTApiManageriOS.framework",
"Frameworks/ZUIKit.framework",
"Frameworks/ZCommons.framework",
"Frameworks/ZO2Kit.framework"
],
"requires_arc": true
}