[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 4 / a / 6 / Operative / 0.1.0 / Operative.podspec.json
blob9b9427d2342dc42ccf0c94312fd01fb352671775
2   "name": "Operative",
3   "version": "0.1.0",
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",
7   "license": "MIT",
8   "authors": {
9     "Tom Wilson": "tom@toms-stuff.net"
10   },
11   "source": {
12     "git": "https://github.com/Kabal/Operative.git",
13     "tag": "0.1.0"
14   },
15   "social_media_url": "https://twitter.com/tomwilson",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*",
21   "resource_bundles": {
22     "Operative": [
23       "Pod/Assets/*.png"
24     ]
25   }