[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / b / 8 / 5 / OEAsyncBlockOperation / 1.0.3 / OEAsyncBlockOperation.podspec.json
blob1c009bafb01bcc95446bc3144c7b585939946de3
2   "name": "OEAsyncBlockOperation",
3   "version": "1.0.3",
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.3"
20   },
21   "source_files": "AsyncBlockOperation/Source/AsyncBlockOperation.swift",
22   "requires_arc": true,
23   "frameworks": "Foundation",
24   "pushed_with_swift_version": "3.0"