[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / a / 1 / 2 / PippinLibrary / 2.0.0 / PippinLibrary.podspec.json
blob1c792d60bc24743592267ca401c20d100d6c577b
2   "name": "PippinLibrary",
3   "version": "2.0.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.0.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   },
26   "osx": {
27     "source_files": "Sources/PippinLibrary/Foundation/**/*.{h,m,swift}"
28   },
29   "dependencies": {
30     "Anchorage": [
32     ]
33   },
34   "testspecs": [
35     {
36       "name": "Tests",
37       "test_type": "unit",
38       "source_files": "Tests/PippinLibrary/**/*.swift"
39     }
40   ],
41   "swift_version": "5.1"