[Add] RXSDK_Pure 3.0.301
[CocoaPods.git] / Specs / e / c / 2 / LiveSDK / 5.6.0 / LiveSDK.podspec.json
blob6510c9c48990ae58077cccbf8c7742dc6908f6a2
2   "name": "LiveSDK",
3   "version": "5.6.0",
4   "summary": "Client libraries for calling Live Services from iOS apps",
5   "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",
6   "homepage": "http://dev.onedrive.com",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.txt"
10   },
11   "authors": {
12     "onedriveapi": "onedriveapi@microsoft.com"
13   },
14   "social_media_url": "http://twitter.com/onedrivedev",
15   "platforms": {
16     "ios": "5.1.1"
17   },
18   "compiler_flags": "-DNS_BLOCK_ASSERTIONS=1",
19   "source": {
20     "git": "https://github.com/rgregg/LiveSDK-for-iOS.git",
21     "tag": "5.6.0"
22   },
23   "source_files": "src/LiveSDK/**/*.{h,m}",
24   "exclude_files": [
25     "src/UnitTests/**",
26     "Examples/**"
27   ],
28   "public_header_files": "src/LiveSDK/Library/Public/*.h",
29   "resources": [
30     "src/LiveSDK/Library/Internal/Resources/*.png",
31     "src/LiveSDK/Library/Internal/*.xib"
32   ],
33   "requires_arc": false