[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / a / 6 / b / Alexandria / 4.1.0 / Alexandria.podspec.json
blobf662cf7004a3419266b421c7cb71d8db2f6b4311
2   "name": "Alexandria",
3   "version": "4.1.0",
4   "summary": "Library of useful iOS Swift extensions.",
5   "description": "Alexandria provides a library of useful iOS Swift extensions.",
6   "homepage": "https://github.com/jlandon/Alexandria",
7   "license": "MIT",
8   "authors": {
9     "John Daub": "hsoi@hsoi.com",
10     "Jonathan Landon": "jlandon@me.com",
11     "Ben Kreeger": "ben.kreeger@icloud.com",
12     "Chris Voss": "chrisvoss@gmail.com",
13     "Steven Schobert": "spschobert@gmail.com",
14     "Jayson Lane": "jaysonlane@gmail.com",
15     "Claire Knight": "claire.knight@krider.co.uk",
16     "Alex Corcoran": "alex.p.corcoran@gmail.com"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "requires_arc": true,
22   "swift_versions": [
23     "5.0",
24     "5.1"
25   ],
26   "documentation_url": "https://jlandon.github.io/Alexandria",
27   "source": {
28     "git": "https://github.com/jlandon/Alexandria.git",
29     "tag": "4.1.0"
30   },
31   "frameworks": [
32     "Foundation",
33     "UIKit"
34   ],
35   "subspecs": [
36     {
37       "name": "Core",
38       "source_files": [
39         "Sources/Alexandria/*.{swift,h,m}"
40       ]
41     },
42     {
43       "name": "StoreKit",
44       "source_files": "Sources/Alexandria/StoreKit",
45       "weak_frameworks": "StoreKit"
46     },
47     {
48       "name": "ImageEffects",
49       "source_files": "Sources/Alexandria/ImageEffects",
50       "weak_frameworks": "Accelerate"
51     }
52   ],
53   "swift_version": "5.1"