blob: 5380b8e1d75bfab5590874b5751a07b6cfb24238 [file] [log] [blame]
{
"name": "IMFGoogleAuthentication",
"version": "1.1.1",
"summary": "Use the iOS SDK to develop applications for the Apple iPhone or iPad that use the IBM MobileFirst platform for iOS 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": "https://www.ng.bluemix.net/docs/#starters/mobilefirst/index.html",
"license": "IBM",
"authors": {
"IBM MobileFirst platform for iOS.": "mobilsdk@us.ibm.com"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"libraries": [
"stdc++.6",
"z"
],
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "\"${PODS_ROOT}/google-plus-ios-sdk/google-plus-ios-sdk-1.7.1/\" \"$(PODS_ROOT)/IMFCore/Frameworks\""
},
"source_files": "Sources/Authenticators/IMFGoogleAuthentication/**.{h,m}",
"public_header_files": "Sources/Authenticators/IMFGoogleAuthentication/**.h",
"dependencies": {
"google-plus-ios-sdk": [
"~> 1.7"
],
"IMFCore": [
"~> 1.0.14"
]
},
"source": {
"git": "https://hub.jazz.net/git/bluemixmobilesdk/imf-ios-sdk.git",
"tag": "1.1.1"
},
"deprecated_in_favor_of": "BMSGoogleAuthentication"
}