[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 0 / 3 / 1 / PCloudSDKSwift / 2.0.3 / PCloudSDKSwift.podspec.json
blob6997ddf53996b8d22eb49b342dcfbc64005bf9fb
2   "name": "PCloudSDKSwift",
3   "version": "2.0.3",
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": "v2.0.3"
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