From 964dcc0bda7b4efdcaca280f2f14b08f05d645ed Mon Sep 17 00:00:00 2001 From: Garrett Moon Date: Mon, 28 Nov 2022 23:59:48 +0100 Subject: [PATCH] [Add] PINOperation 1.2.2 --- .../2/PINOperation/1.2.2/PINOperation.podspec.json | 27 ++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 Specs/4/9/2/PINOperation/1.2.2/PINOperation.podspec.json diff --git a/Specs/4/9/2/PINOperation/1.2.2/PINOperation.podspec.json b/Specs/4/9/2/PINOperation/1.2.2/PINOperation.podspec.json new file mode 100644 index 000000000000..7f367ce64d06 --- /dev/null +++ b/Specs/4/9/2/PINOperation/1.2.2/PINOperation.podspec.json @@ -0,0 +1,27 @@ +{ + "name": "PINOperation", + "version": "1.2.2", + "homepage": "https://github.com/pinterest/PINOperation", + "summary": "Fast, concurrency-limited task queue for iOS and OS X.", + "authors": { + "Garrett Moon": "garrett@pinterest.com" + }, + "source": { + "git": "https://github.com/pinterest/PINOperation.git", + "tag": "1.2.2" + }, + "license": { + "type": "Apache 2.0", + "file": "LICENSE.txt" + }, + "requires_arc": true, + "frameworks": "Foundation", + "platforms": { + "ios": "8.0", + "osx": "10.8", + "tvos": "9.0", + "watchos": "2.0" + }, + "prefix_header_contents": "#ifndef TARGET_OS_WATCH\n #define TARGET_OS_WATCH 0\n#endif", + "source_files": "Source/**/*.{h,m,mm}" +} -- 2.11.4.GIT