blob: ed841c8edd0081e53d2604cf0a67e86114d09037 [file] [log] [blame]
{
"name": "PSOperations",
"version": "4.0.0",
"summary": "This is an adaptation of the sample code provided in the Advanced NSOperations session of WWDC 2015",
"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).",
"homepage": "https://github.com/pluralsight/PSOperations",
"license": {
"type": "MIT"
},
"authors": [
"Matt McMurry",
"Mark Schultz"
],
"platforms": {
"ios": "8.0",
"watchos": "2.0",
"osx": "10.11",
"tvos": "9.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/pluralsight/PSOperations.git",
"tag": "4.0.0"
},
"source_files": "PSOperations/*.swift",
"pushed_with_swift_version": "4.0",
"subspecs": [
{
"name": "Core",
"source_files": "PSOperations/*.swift"
},
{
"name": "Health",
"dependencies": {
"PSOperations/Core": [
]
},
"source_files": "PSOperationsHealth/*.swift"
},
{
"name": "Passbook",
"dependencies": {
"PSOperations/Core": [
]
},
"source_files": "PSOperationsPassbook/*.swift"
}
]
}