[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / a / 1 / 2 / PippinLibrary / 2.5.0 / PippinLibrary.podspec.json
bloba1c731e594f936a1a6c89843fe7543ed2eaa5185
2   "name": "PippinLibrary",
3   "version": "2.5.0",
4   "summary": "Extensions on Cocoa Touch and Swift stdlib SDKs.",
5   "description": "All manner of extensions, categories, subclasses, wrappers, helpful functions, macros, syntactic sugar, utilities, &c that make coding faster and more semantically accurate.",
6   "homepage": "https://github.com/tworingsoft/Pippin",
7   "license": "MIT",
8   "authors": {
9     "Andrew McKnight": "andrew@tworingsoft.com"
10   },
11   "pod_target_xcconfig": {
12     "PRODUCT_BUNDLE_IDENTIFIER": "com.tworingsoft.pippin-library"
13   },
14   "source": {
15     "git": "https://github.com/tworingsoft/Pippin.git",
16     "tag": "PippinLibrary-2.5.0"
17   },
18   "swift_versions": "5.1",
19   "platforms": {
20     "ios": "12.0",
21     "osx": "10.12"
22   },
23   "ios": {
24     "source_files": "Sources/PippinLibrary/**/*.{h,m,swift}",
25     "dependencies": {
26       "Closures": [
28       ]
29     }
30   },
31   "osx": {
32     "source_files": "Sources/PippinLibrary/Foundation/**/*.{h,m,swift}"
33   },
34   "dependencies": {
35     "Anchorage": [
37     ],
38     "Then": [
40     ]
41   },
42   "testspecs": [
43     {
44       "name": "Tests",
45       "test_type": "unit",
46       "source_files": "Tests/PippinLibrary/**/*.{h,m,swift}"
47     }
48   ],
49   "swift_version": "5.1"