blob: 04723f5613132e55d83141551214e2e31f7c80a7 [file] [log] [blame]
{
"name": "IMFURLProtocol",
"version": "0.1.0",
"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. \n",
"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"
],
"source": {
"git": "https://hub.jazz.net/git/bluemixmobilesdk/imf-ios-sdk.git",
"tag": "0.1.0"
},
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "\"$(PODS_ROOT)/IMFCore/Frameworks\""
},
"source_files": "Sources/Authenticators/IMFURLProtocol/**.{h,m}",
"public_header_files": "Sources/Authenticators/IMFURLProtocol/**.h",
"dependencies": {
"IMFCore": [
"~> 0.1"
]
},
"deprecated_in_favor_of": "BMSCore"
}