[Add] LineSDKSwift 5.12.0
[CocoaPods.git] / Specs / 2 / 0 / 4 / ZSPINOperation / 1.3.3 / ZSPINOperation.podspec.json
blobc5ca84205b2c3be51bc0093235cbc4ed4ae82fab
2   "name": "ZSPINOperation",
3   "version": "1.3.3",
4   "homepage": "https://github.com/Zandor300/ZSPINOperation",
5   "summary": "Fast, concurrency-limited task queue for iOS and OS X.",
6   "authors": {
7     "Zandor Smith": "info@zsinfo.nl"
8   },
9   "source": {
10     "git": "https://github.com/Zandor300/ZSPINOperation.git",
11     "tag": "1.3.3"
12   },
13   "license": {
14     "type": "Apache 2.0",
15     "file": "LICENSE.txt"
16   },
17   "requires_arc": true,
18   "frameworks": "Foundation",
19   "cocoapods_version": ">= 1.13.0",
20   "platforms": {
21     "ios": "12.0",
22     "osx": "11.0",
23     "tvos": "12.0",
24     "visionos": "1.0",
25     "watchos": "4.0"
26   },
27   "prefix_header_contents": "#ifndef TARGET_OS_WATCH\n  #define TARGET_OS_WATCH 0\n#endif",
28   "source_files": "Source/*.{h,m}",
29   "resource_bundles": {
30     "PINOperation": [
31       "Source/PrivacyInfo.xcprivacy"
32     ]
33   }