[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / 9 / d / 1 / PSOperations / 5.0.4 / PSOperations.podspec.json
blobbcea93fd25d832556a1c18f6e2d680f9a1cb1fe9
2   "name": "PSOperations",
3   "version": "5.0.4",
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.4"
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"