[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 7 / b / 3 / GRFoundation / 0.9.26 / GRFoundation.podspec.json
blob15104d654492a8a26bc6f9ef658d2b0e592da70a
2   "name": "GRFoundation",
3   "version": "0.9.26",
4   "summary": "Utility extensions to the Foundation and UIKit frameworks",
5   "description": "This collects a number of categories that flesh-out the Foundation and UIKit frameworks with some much-needed\nfunctionality. Includes a number of image manipulation and creation routines, as well as some helpers for\nextracting useful data about a iOS device. It also includes a lightweight Observable class (along the lines of a Rx Observable) and\na lightweight POCO (Plain Old Cocoa Object) to NSDictionary mapper, which makes it easy to turn your Objective-C objects into dictionaries\nsuitable for JSON serialization.  Throw in some date utilties and a class for constructing URL query strings, and that is GRFoundation!",
6   "homepage": "https://github.com/jgrantr/GRFoundation",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Grant Robinson": "grant@zayda.com"
13   },
14   "source": {
15     "git": "https://github.com/jgrantr/GRFoundation.git",
16     "tag": "0.9.26"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "GRFoundation/Classes/**/*",
22   "public_header_files": [
23     "GRFoundation/Classes/**/GR*.h",
24     "GRFoundation/Classes/**/UI*.h",
25     "GRFoundation/Classes/**/NS*.h"
26   ],
27   "frameworks": [
28     "UIKit",
29     "Foundation",
30     "ImageIO"
31   ],
32   "dependencies": {
33     "CocoaLumberjack": [
34       "~> 3.2"
35     ]
36   }