4 "summary": "Advanced NSOperations. Objective-C Port of the sample code in the Apple WWDC 2015 presentation \"Advanced NSOperations\"",
5 "description": "\n Provides a NSOperation sublass with a more advanced state machine.\n\n Some features provided:\n - Easily perform asynchronous 'work' in an operation - even displaying UI such as UIAlertController's\n - Optionally support 'exclusiviity' guarantees across mulitple instances of the same operation class, even across multiple queues!\n - Operation delegate - be informed when an operation starts, finishes, or produces sub-operations\n\n",
6 "homepage": "https://github.com/Kabal/Operative",
9 "Tom Wilson": "tom@toms-stuff.net"
12 "git": "https://github.com/Kabal/Operative.git",
15 "social_media_url": "https://twitter.com/tomwilson",
20 "source_files": "Pod/Classes/**/*",