[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 5 / a / c / AnobiKit / 0.10.2 / AnobiKit.podspec.json
blob03e45d3c6315ee51c3d16c2c45c3383293d845a9
2   "name": "AnobiKit",
3   "version": "0.10.2",
4   "summary": "AnobiKit - utilities collection useful to Objective-C iOS Developer.",
5   "description": "AnobiKit - utilities collection useful to Objective-C iOS Developer.\n---",
6   "homepage": "https://github.com/Anobisoft/AnobiKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Stanislav Pletnev": "anobisoft@gmail.com"
13   },
14   "social_media_url": "https://twitter.com/Anobisoft",
15   "platforms": {
16     "ios": "9.3",
17     "watchos": "3.0"
18   },
19   "source": {
20     "git": "https://github.com/Anobisoft/AnobiKit.git",
21     "tag": "0.10.2"
22   },
23   "source_files": "AnobiKit/**/*.{h,m}",
24   "frameworks": "Foundation",
25   "requires_arc": true,
26   "subspecs": [
27     {
28       "name": "AKFoundation",
29       "source_files": "AKFoundation/**/*.{h,m,mm}",
30       "public_header_files": "AKFoundation/**/*.h"
31     },
32     {
33       "name": "AKCoding",
34       "dependencies": {
35         "AnobiKit/AKFoundation": [
37         ]
38       },
39       "source_files": "AKCoding/**/*.{h,m,mm}",
40       "public_header_files": "AKCoding/*.h"
41     },
42     {
43       "name": "AKReachability",
44       "source_files": "AKReachability/**/*.{h,m,mm}",
45       "public_header_files": "AKReachability/*.h"
46     },
47     {
48       "name": "AKLocation",
49       "dependencies": {
50         "AnobiKit/AKFoundation": [
52         ]
53       },
54       "source_files": "AKLocation/**/*.{h,m,mm}",
55       "public_header_files": "AKLocation/*.h",
56       "private_header_files": "AKLocation/Private/*.h",
57       "frameworks": "CoreLocation"
58     },
59     {
60       "name": "AKStrings",
61       "source_files": "AKStrings/**/*.{h,m,mm}",
62       "public_header_files": "AKStrings/*.h"
63     },
64     {
65       "name": "AKFormatters",
66       "source_files": "AKFormatters/**/*.{h,m,mm}",
67       "public_header_files": "AKFormatters/*.h"
68     },
69     {
70       "name": "AKCoreData",
71       "source_files": "AKCoreData/**/*.{h,m,mm}",
72       "public_header_files": "AKCoreData/*.h"
73     }
74   ]