[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / c / 2 / a / GTFoundation / 0.1.4 / GTFoundation.podspec.json
blobd71acdf7aa912c6ded7226f5f87aacf4f3990fd3
2   "name": "GTFoundation",
3   "version": "0.1.4",
4   "summary": "GTFoundation is a set of classes that makes it easy to work with the Foundation and UIKit / AppKit.",
5   "description": "                \tGTFoundation is a set of classes that makes it easy to work with the Foundation and UIKit / AppKit frameworks when developing Mac and iOS apps.\n",
6   "homepage": "https://github.com/gtranchedone/GTFoundation",
7   "license": "MIT",
8   "authors": {
9     "Gianluca Tranchedone": "gianluca@cocoabeans.me"
10   },
11   "source": {
12     "git": "https://github.com/gtranchedone/GTFoundation.git",
13     "tag": "0.1.4"
14   },
15   "platforms": {
16     "ios": "7.0",
17     "osx": "10.9"
18   },
19   "requires_arc": true,
20   "source_files": "Classes/**/*",
21   "ios": {
22     "exclude_files": "Classes/osx"
23   },
24   "osx": {
25     "exclude_files": "Classes/ios"
26   },
27   "public_header_files": "Classes/**/*.h",
28   "deprecated": true,
29   "subspecs": [
30     {
31       "name": "Colors",
32       "source_files": "Classes/common/Categories/Colors/*"
33     }
34   ]