[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 0 / 3 / 1 / PCloudSDKSwift / 3.1.0 / PCloudSDKSwift.podspec.json
blobc2608b3e69735ef9b8c627a693230f377a2794ad
2   "name": "PCloudSDKSwift",
3   "version": "3.1.0",
4   "summary": "Swift SDK for the pCloud API",
5   "homepage": "https://github.com/pcloud/pcloud-sdk-swift",
6   "license": "MIT",
7   "authors": "pCloud",
8   "source": {
9     "git": "https://github.com/pcloud/pcloud-sdk-swift.git",
10     "tag": "3.1.0"
11   },
12   "swift_versions": "5",
13   "platforms": {
14     "osx": "10.11",
15     "ios": "9.0"
16   },
17   "osx": {
18     "frameworks": [
19       "AppKit",
20       "Webkit",
21       "SystemConfiguration",
22       "Foundation"
23     ],
24     "public_header_files": "PCloudSDKSwift/Source/**/*.h",
25     "source_files": [
26       "PCloudSDKSwift/Source/Common/**/*.{swift,h}",
27       "PCloudSDKSwift/Source/macOS/**/*.swift"
28     ],
29     "resource_bundles": {
30       "PCloudSDKSwiftResources": "PCloudSDKSwift/Source/macOS/*.xib"
31     }
32   },
33   "ios": {
34     "frameworks": [
35       "UIKit",
36       "Webkit",
37       "SystemConfiguration",
38       "Foundation"
39     ],
40     "public_header_files": "PCloudSDKSwift/Source/**/*.h",
41     "source_files": [
42       "PCloudSDKSwift/Source/Common/**/*.{swift,h}",
43       "PCloudSDKSwift/Source/iOS/**/*.swift"
44     ]
45   },
46   "requires_arc": true,
47   "swift_version": "5"