[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 4 / 9 / 2 / PINOperation / 1.2.3 / PINOperation.podspec.json
blob4753c412f72b0efaf089b07169b352d2f9871ea4
2   "name": "PINOperation",
3   "version": "1.2.3",
4   "homepage": "https://github.com/pinterest/PINOperation",
5   "summary": "Fast, concurrency-limited task queue for iOS and OS X.",
6   "authors": {
7     "Garrett Moon": "garrett@pinterest.com"
8   },
9   "source": {
10     "git": "https://github.com/pinterest/PINOperation.git",
11     "tag": "1.2.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": "10.13",
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   }