[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / a / 1 / 2 / PippinLibrary / 1.0.0 / PippinLibrary.podspec.json
blobed9e21ee433aa4152a41dafa14f3c2846d22ae48
2   "name": "PippinLibrary",
3   "version": "1.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   "source": {
12     "git": "https://github.com/tworingsoft/Pippin.git",
13     "tag": "PippinLibrary-1.0.0"
14   },
15   "swift_versions": "5.1",
16   "platforms": {
17     "ios": "9.0",
18     "osx": "10.12"
19   },
20   "ios": {
21     "source_files": "Sources/PippinLibrary/**/*.{h,m,swift}"
22   },
23   "osx": {
24     "source_files": "Sources/PippinLibrary/Foundation/**/*.{h,m,swift}"
25   },
26   "xcconfig": {
27     "ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES": "YES"
28   },
29   "dependencies": {
30     "Anchorage": [
32     ]
33   },
34   "swift_version": "5.1",
35   "testspecs": [
36     {
37       "name": "Tests",
38       "test_type": "unit",
39       "source_files": "Tests/PippinLibrary/**/*.swift"
40     }
41   ]