[Add] PlasoLogger 1.0.2
[CocoaPods.git] / Specs / 9 / d / 1 / PSOperations / 4.2.0 / PSOperations.podspec.json
blobfc3d681e0312c0d097de4e5ca0b20e90466b4af7
2   "name": "PSOperations",
3   "version": "4.2.0",
4   "swift_version": "4.2",
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": "MIT"
10   },
11   "authors": [
12     "Matt McMurry",
13     "Mark Schultz"
14   ],
15   "platforms": {
16     "ios": "8.0",
17     "watchos": "2.0",
18     "osx": "10.11",
19     "tvos": "9.0"
20   },
21   "requires_arc": true,
22   "source": {
23     "git": "https://github.com/pluralsight/PSOperations.git",
24     "tag": "4.2.0"
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   ]