[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / d / c / e / box-ios-share-sdk / 1.0.0 / box-ios-share-sdk.podspec.json
blob004f2935403ad3815faa719a2b662b51b006d242
2   "name": "box-ios-share-sdk",
3   "version": "1.0.0",
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.0"
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-content-sdk": [
30     ]
31   },
32   "resource_bundles": {
33     "BoxShareSDKResources": [
34       "BoxShareSDK/BoxShareSDKResources/*.*"
35     ]
36   }