[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 0 / 3 / 1 / PCloudSDKSwift / 1.2.0 / PCloudSDKSwift.podspec.json
blob5a9adacc230ac04aa9ada59d82d720d28796c904
2   "name": "PCloudSDKSwift",
3   "version": "1.2.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": "v1.2.0"
11   },
12   "platforms": {
13     "osx": "10.11",
14     "ios": "9.0"
15   },
16   "osx": {
17     "frameworks": [
18       "AppKit",
19       "Webkit",
20       "SystemConfiguration",
21       "Foundation"
22     ],
23     "public_header_files": "PCloudSDKSwift/Source/**/*.h",
24     "source_files": [
25       "PCloudSDKSwift/Source/**/*.{swift,h}",
26       "PCloudSDKSwift/SDK macOS/**/*.swift"
27     ]
28   },
29   "ios": {
30     "frameworks": [
31       "UIKit",
32       "Webkit",
33       "SystemConfiguration",
34       "Foundation"
35     ],
36     "public_header_files": "PCloudSDKSwift/Source/**/*.h",
37     "source_files": [
38       "PCloudSDKSwift/Source/**/*.{swift,h}",
39       "PCloudSDKSwift/SDK iOS/**/*.swift"
40     ]
41   },
42   "requires_arc": true,
43   "pushed_with_swift_version": "4.0"