[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / e / f / 8 / TRVSKit / 0.0.8 / TRVSKit.podspec.json
blobe1ef0f1f82af47e764e9739b8b82a56c64a300a0
2   "name": "TRVSKit",
3   "version": "0.0.8",
4   "summary": "A collection of useful APIs for iOS.",
5   "homepage": "https://github.com/travisjeffery/TRVSKit",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE.md"
9   },
10   "authors": {
11     "Travis Jeffery": "tj@travisjeffery.com"
12   },
13   "source": {
14     "git": "https://github.com/travisjeffery/TRVSKit.git",
15     "tag": "0.0.8"
16   },
17   "source_files": [
18     "TRVSKit",
19     "TRVSKit/*.{h,m}"
20   ],
21   "platforms": {
22     "ios": "6.0",
23     "osx": "10.9"
24   },
25   "ios": {
26     "source_files": [
27       "TRVSKit",
28       "TRVSKit/iOS/*.{h,m}"
29     ]
30   },
31   "osx": {
32     "source_files": [
33       "TRVSKit",
34       "TRVSKit/OSX/*.{h,m}"
35     ],
36     "frameworks": [
37       "Foundation",
38       "AppKit"
39     ]
40   },
41   "exclude_files": "TRVSKit/Exclude",
42   "requires_arc": true,
43   "subspecs": [
44     {
45       "name": "TRVSAssertions",
46       "source_files": "TRVSKit/TRVSAssertions.{h,m}",
47       "dependencies": {
48         "Expecta": [
49           "~> 0.3.0"
50         ]
51       }
52     }
53   ]