[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 1 / 5 / 6 / box-ios-sdk-v2-metadata / 0.4.0 / box-ios-sdk-v2-metadata.podspec.json
blobbee4ac27575c5a5cbee21f4624aa5ca48c3e718e
2   "name": "box-ios-sdk-v2-metadata",
3   "version": "0.4.0",
4   "summary": "Metadata API plugin/wrapper for the Box API V2 iOS SDK.",
5   "description": "                             box-ios-sdk-v2-metadata is a plugin for the box-ios-sdk-v2\n                             library that provides support for the metadata API. This API\n                             is in beta and is subject to breaking changes. This library\n                             may be merged into box-ios-sdk-v2 when the API is deemed\n                             stable.\n\n                             Documentation may be found on the\n                             [Box developers site](https://developers.box.com/metadata-api/).\n",
6   "homepage": "https://github.com/box/box-ios-sdk-v2-metadata",
7   "license": {
8     "type": "Apache",
9     "file": "LICENSE"
10   },
11   "authors": "Ryan Lopopolo",
12   "source": {
13     "git": "https://github.com/box/box-ios-sdk-v2-metadata.git",
14     "tag": "v0.4.0"
15   },
16   "platforms": {
17     "ios": "6.0"
18   },
19   "source_files": [
20     "BoxSDKMetadata/*.{h,m}",
21     "BoxSDKMetadata/**/*.{h,m}"
22   ],
23   "public_header_files": [
24     "BoxSDKMetadata/*.h",
25     "BoxSDKMetadata/**/*.h"
26   ],
27   "requires_arc": true,
28   "xcconfig": {
29     "OTHER_LDFLAGS": "-ObjC"
30   },
31   "header_dir": "BoxSDKMetadata",
32   "dependencies": {
33     "box-ios-sdk-v2": [
34       "~> 1.2",
35       ">= 1.2.2"
36     ]
37   }