[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 9 / d / 1 / PSOperations / 5.0.5 / PSOperations.podspec.json
blob5cc7a9298e2e9c120259a69c03d89b8635a40b5e
2   "name": "PSOperations",
3   "version": "5.0.5",
4   "swift_versions": "5.3",
5   "summary": "This is an adaptation of the sample code provided in the Advanced NSOperations session of WWDC 2015",
6   "description": "PSOperations is a framework that leverages the power of NSOperation and NSOperationQueue. It enables you to use operations more easily in all parts of your project.\n\n\nThis is an adaptation of the sample code provided in the [Advanced NSOperations session of WWDC 2015](https://developer.apple.com/videos/wwdc/2015/?id=226).",
7   "homepage": "https://github.com/pluralsight/PSOperations",
8   "license": {
9     "type": "Apache 2.0"
10   },
11   "authors": [
12     "Matt McMurry",
13     "Mark Schultz"
14   ],
15   "platforms": {
16     "ios": "10.3",
17     "watchos": "2.0",
18     "osx": "10.15",
19     "tvos": "9.0"
20   },
21   "requires_arc": true,
22   "source": {
23     "git": "https://github.com/pluralsight/PSOperations.git",
24     "tag": "5.0.5"
25   },
26   "source_files": "PSOperations/*.swift",
27   "subspecs": [
28     {
29       "name": "Core",
30       "source_files": "PSOperations/*.swift"
31     },
32     {
33       "name": "Health",
34       "dependencies": {
35         "PSOperations/Core": [
37         ]
38       },
39       "source_files": "PSOperationsHealth/*.swift"
40     },
41     {
42       "name": "Passbook",
43       "dependencies": {
44         "PSOperations/Core": [
46         ]
47       },
48       "source_files": "PSOperationsPassbook/*.swift"
49     },
50     {
51       "name": "Calendar",
52       "dependencies": {
53         "PSOperations/Core": [
55         ]
56       },
57       "source_files": "PSOperationsCalendar/*.swift"
58     },
59     {
60       "name": "Location",
61       "dependencies": {
62         "PSOperations/Core": [
64         ]
65       },
66       "source_files": "PSOperationsLocation/*.swift"
67     }
68   ],
69   "swift_version": "5.3"