[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / 9 / d / 1 / PSOperations / 4.0.0 / PSOperations.podspec.json
blobed841c8edd0081e53d2604cf0a67e86114d09037
2   "name": "PSOperations",
3   "version": "4.0.0",
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.0"
24   },
25   "source_files": "PSOperations/*.swift",
26   "pushed_with_swift_version": "4.0",
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   ]