[Add] flutter_sound_core 9.19.0
[CocoaPods.git] / Specs / b / 8 / 5 / OEAsyncBlockOperation / 1.0.2 / OEAsyncBlockOperation.podspec.json
blobdb3485a7dbf5f261f32c7dc9e03174b94154564f
2   "name": "OEAsyncBlockOperation",
3   "version": "1.0.2",
4   "summary": "A simple NSOperation subclass to perform asynchronous operations on NSOperationQueue",
5   "homepage": "https://github.com/orxelm/OEAsyncBlockOperation",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Or Elmaliah": "orxelm@gmail.com"
12   },
13   "social_media_url": "https://twitter.com/OrElm",
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/orxelm/OEAsyncBlockOperation.git",
19     "tag": "1.0.2"
20   },
21   "source_files": "AsyncBlockOperation/Source/AsyncBlockOperation.swift",
22   "requires_arc": true,
23   "frameworks": "Foundation",
24   "pushed_with_swift_version": "3.0"