[Add] AgoraRtcEngine_iOS_Preview 4.3.2.11-build.2
[CocoaPods.git] / Specs / 9 / d / 1 / PSOperations / 3.0.0 / PSOperations.podspec.json
blob83ee7bd3a7df67bfeb03ccce9aa060c0e379eade
2   "name": "PSOperations",
3   "version": "3.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": "3.0.0"
24   },
25   "source_files": "PSOperations/*.swift",
26   "pushed_with_swift_version": "3.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   ]