[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 9 / d / 1 / PSOperations / 4.0.1 / PSOperations.podspec.json
blobdbb9ca39c2cdb86f1426fc0298263ab4bb32cc62
2   "name": "PSOperations",
3   "version": "4.0.1",
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.1"
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   ]