[Add] MapboxCommon 24.10.0-daily-2024-12-24-04-25
[CocoaPods.git] / Specs / b / 8 / 5 / OEAsyncBlockOperation / 1.0.6 / OEAsyncBlockOperation.podspec.json
blobcc1aea5a2e8e8a1d81e5d13af84d96db05b2be5f
2   "name": "OEAsyncBlockOperation",
3   "version": "1.0.6",
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.6"
20   },
21   "source_files": "AsyncBlockOperation/Source/AsyncBlockOperation.swift",
22   "requires_arc": true,
23   "frameworks": "Foundation",
24   "pod_target_xcconfig": {
25     "SWIFT_VERSION": "3.0"
26   }