[Add] ZohoDeskPortalAPIKit 4.0.5
[CocoaPods.git] / Specs / a / 6 / b / Alexandria / 2.2.0 / Alexandria.podspec.json
blob9c8da327ae1d39f34e82cf326bc7c0fd4641986c
2   "name": "Alexandria",
3   "version": "2.2.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   "pod_target_xcconfig": {
23     "SWIFT_VERSION": "3.1"
24   },
25   "documentation_url": "https://jlandon.github.io/Alexandria",
26   "source": {
27     "git": "https://github.com/jlandon/Alexandria.git",
28     "tag": "v2.2.0"
29   },
30   "frameworks": [
31     "Foundation",
32     "UIKit"
33   ],
34   "pushed_with_swift_version": "3.0",
35   "subspecs": [
36     {
37       "name": "Core",
38       "source_files": [
39         "Sources/*.{swift,h,m}"
40       ]
41     },
42     {
43       "name": "StoreKit",
44       "source_files": "Sources/StoreKit",
45       "weak_frameworks": "StoreKit"
46     },
47     {
48       "name": "ImageEffects",
49       "source_files": "Sources/ImageEffects",
50       "weak_frameworks": "Accelerate"
51     }
52   ]