[Add] AgoraRtcEngine_iOS_Preview 4.3.2.11-build.2
[CocoaPods.git] / Specs / 9 / d / 1 / PSOperations / 2.3.0 / PSOperations.podspec.json
blob195465111cb6bf439470ec2d1b4957ff3dbe14ee
2   "name": "PSOperations",
3   "version": "2.3.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": "2.3.0"
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   ]