[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 9 / d / 1 / PSOperations / 4.0.2 / PSOperations.podspec.json
blob90ab382b62b9aa64e86a3a600f7b3caa261ef867
2   "name": "PSOperations",
3   "version": "4.0.2",
4   "summary": "This is an adaptation of the sample code provided in the Advanced NSOperations session of WWDC 2015",
5   "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\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).",
6   "homepage": "https://github.com/pluralsight/PSOperations",
7   "license": {
8     "type": "MIT"
9   },
10   "authors": [
11     "Matt McMurry",
12     "Mark Schultz"
13   ],
14   "platforms": {
15     "ios": "8.0",
16     "watchos": "2.0",
17     "osx": "10.11",
18     "tvos": "9.0"
19   },
20   "requires_arc": true,
21   "source": {
22     "git": "https://github.com/pluralsight/PSOperations.git",
23     "tag": "4.0.2"
24   },
25   "source_files": "PSOperations/*.swift",
26   "subspecs": [
27     {
28       "name": "Core",
29       "source_files": "PSOperations/*.swift"
30     },
31     {
32       "name": "Health",
33       "dependencies": {
34         "PSOperations/Core": [
36         ]
37       },
38       "source_files": "PSOperationsHealth/*.swift"
39     },
40     {
41       "name": "Passbook",
42       "dependencies": {
43         "PSOperations/Core": [
45         ]
46       },
47       "source_files": "PSOperationsPassbook/*.swift"
48     },
49     {
50       "name": "Calendar",
51       "dependencies": {
52         "PSOperations/Core": [
54         ]
55       },
56       "source_files": "PSOperationsCalendar/*.swift"
57     },
58     {
59       "name": "Location",
60       "dependencies": {
61         "PSOperations/Core": [
63         ]
64       },
65       "source_files": "PSOperationsLocation/*.swift"
66     }
67   ]