blob: 9b8b68ad439b7ca1df763423e757ff0ae6b79be5 [file] [log] [blame]
{
"name": "LiveSDK",
"version": "5.6.1",
"summary": "Client libraries for calling Live Services from iOS apps",
"description": " Client libraries for calling the Live Services from iOS apps. Provides\n easy access to OneDrive, Outlook.com, and Microsoft Account authentication\n from your iOS application.\n",
"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"
},
"compiler_flags": "-DNS_BLOCK_ASSERTIONS=1",
"source": {
"git": "https://github.com/liveservices/LiveSDK-for-iOS.git",
"tag": "5.6.1"
},
"source_files": "src/LiveSDK/**/*.{h,m}",
"exclude_files": [
"src/UnitTests/**",
"Examples/**"
],
"public_header_files": "src/LiveSDK/Library/Public/*.h",
"resources": [
"src/LiveSDK/Library/Internal/Resources/*.png",
"src/LiveSDK/Library/Internal/*.xib"
],
"requires_arc": false
}