blob: 9b9427d2342dc42ccf0c94312fd01fb352671775 [file] [log] [blame]
{
"name": "Operative",
"version": "0.1.0",
"summary": "Advanced NSOperations. Objective-C Port of the sample code in the Apple WWDC 2015 presentation \"Advanced NSOperations\"",
"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",
"homepage": "https://github.com/Kabal/Operative",
"license": "MIT",
"authors": {
"Tom Wilson": "tom@toms-stuff.net"
},
"source": {
"git": "https://github.com/Kabal/Operative.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/tomwilson",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"Operative": [
"Pod/Assets/*.png"
]
}
}