blob: 9fa287213fb1309387f5dd6a6845a3fe404359ea [file] [log] [blame]
{
"name": "DemoWatch",
"version": "8.0.19",
"license": "IBM",
"authors": {
"IBM MobileFirst platform for iOS and watchOS.": "mobilsdk@us.ibm.com"
},
"summary": "Use the SDK to develop applications for the Apple iPhone/iPad or Apple Watch that use the IBM MobileFirst platform for iOS/watchOS services.",
"description": "The IBM MobileFirst platform for iOS SDK integrates with \n the IBM MobileFirst platform Cloud Services. The SDK has a modular design, \n so you can add add services that are required by your \n application as needed.",
"homepage": "http://ibm.com",
"source": {
"git": "https://github.com//oper2000/Demo",
"tag": "8.0.19"
},
"frameworks": [
"SystemConfiguration",
"MobileCoreServices",
"CoreData",
"CoreLocation",
"Security"
],
"platforms": {
"ios": "7.0",
"watchos": "2.0"
},
"ios": {
"libraries": [
"stdc++.6",
"z",
"c++"
],
"resources": "IBMMobileFirstPlatformFoundation/Resources/mfpclient.plist",
"vendored_frameworks": "IBMMobileFirstPlatformFoundation/Frameworks/IBMMobileFirstPlatformFoundation.framework"
},
"watchos": {
"libraries": "z",
"resources": "IBMMobileFirstPlatformFoundation/Resources/mfpclient.plist",
"vendored_frameworks": "IBMMobileFirstPlatformFoundation/Frameworks/IBMMobileFirstPlatformFoundationWatchOS.framework"
},
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC"
}
}