[Add] HyphenateChat_test1 1.0.1
[CocoaPods.git] / Specs / d / c / e / box-ios-share-sdk / 1.0.1 / box-ios-share-sdk.podspec.json
blobc89d120e566cc1ab17ee54dae580b3bfafbd9556
2   "name": "box-ios-share-sdk",
3   "version": "1.0.1",
4   "summary": "iOS Share SDK.",
5   "homepage": "https://github.com/box/box-ios-share-sdk",
6   "license": {
7     "type": "Apache 2.0",
8     "file": "LICENSE"
9   },
10   "authors": "Box",
11   "source": {
12     "git": "https://github.com/box/box-ios-share-sdk.git",
13     "tag": "v1.0.1"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "ios": {
19     "source_files": "BoxShareSDK.framework/Versions/A/Headers/*.h",
20     "vendored_frameworks": "BoxShareSDK.framework"
21   },
22   "xcconfig": {
23     "FRAMEWORK_SEARCH_PATHS": "$(inherited)"
24   },
25   "preserve_paths": "BoxShareSDK.framework",
26   "requires_arc": true,
27   "dependencies": {
28     "box-ios-sdk": [
30     ]
31   },
32   "resource_bundles": {
33     "BoxShareSDKResources": [
34       "BoxShareSDK/BoxShareSDKResources/*.*"
35     ]
36   }