blob: 7970aedcca389689e66c8a8bb765fedb5a39e298 [file] [log] [blame]
{
"name": "VLC-LiveSDK",
"version": "5.7.0w",
"summary": "Client libraries for calling Live Services from iOS apps",
"description": "Client libraries for calling the Live Services from iOS apps. Provides\neasy access to OneDrive, Outlook.com, and Microsoft Account authentication\nfrom your iOS application.\n\nThis is a fork for VLC-appleOS to support more architectures as well as tvOS.",
"homepage": "http://dev.onedrive.com",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": {
"onedriveapi": "onedriveapi@microsoft.com"
},
"social_media_url": "http://twitter.com/onedrivedev",
"platforms": {
"ios": "5.1.1",
"tvos": "9.0"
},
"compiler_flags": "-DNS_BLOCK_ASSERTIONS=1",
"source": {
"git": "https://github.com/fkuehne/LiveSDK-for-iOS.git",
"tag": "5.7.0w"
},
"source_files": "src/LiveSDK/**/*.{h,m}",
"exclude_files": [
"src/UnitTests/**",
"Examples/**"
],
"tvos": {
"exclude_files": [
"src/LiveSDK/Library/Internal/LiveAuthDialog*",
"src/LiveSDK/Library/Internal/LiveAuthRequest.*"
]
},
"public_header_files": [
"src/LiveSDK/Library/Public/*.h",
"src/LiveSDK/Library/Internal/LiveApiHelper.h",
"src/LiveSDK/Library/Internal/LiveAuthStorage.h"
],
"resources": [
"src/LiveSDK/Library/Internal/Resources/*.png",
"src/LiveSDK/Library/Internal/*.xib"
],
"requires_arc": false
}