blob: 1e6e185bb013bac4fc84912b86924f9bfffd10e3 [file] [log] [blame]
{
"name": "MicrosoftAzureMobile",
"version": "3.4.0",
"summary": "Client SDK for working with Azure Mobile Apps.",
"homepage": "http://azure.github.io/azure-mobile-apps-ios-client",
"license": "Apache License, Version 2.0",
"authors": "Microsoft",
"social_media_url": "http://twitter.com/AzureMobile",
"platforms": {
"ios": "8.0"
},
"frameworks": "WebKit",
"source": {
"git": "https://github.com/Azure/azure-mobile-apps-ios-client.git",
"tag": "3.4.0"
},
"source_files": "sdk/src",
"exclude_files": "Classes/Exclude",
"public_header_files": [
"sdk/src/MicrosoftAzureMobile.h",
"sdk/src/MSBlockDefinitions.h",
"sdk/src/MSClient.h",
"sdk/src/MSCoreDataStore.h",
"sdk/src/MSDateOffset.h",
"sdk/src/MSError.h",
"sdk/src/MSFilter.h",
"sdk/src/MSManagedObjectObserver.h",
"sdk/src/MSPullSettings.h",
"sdk/src/MSConnectionConfiguration.h",
"sdk/src/MSPush.h",
"sdk/src/MSInstallation.h",
"sdk/src/MSInstallationTemplate.h",
"sdk/src/MSQuery.h",
"sdk/src/MSQueryResult.h",
"sdk/src/MSSyncContext.h",
"sdk/src/MSSyncContextReadResult.h",
"sdk/src/MSSyncTable.h",
"sdk/src/MSTable.h",
"sdk/src/MSTableOperation.h",
"sdk/src/MSTableOperationError.h",
"sdk/src/MSUser.h"
],
"ios": {
"public_header_files": [
"sdk/src/MSLoginController.h"
]
},
"requires_arc": true
}