[Add] TensorFlowLiteObjC 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / b / a / 6 / CoreHound / 0.2.4 / CoreHound.podspec.json
blobc86bdff689ce97245dd8549f38c325b1d6b95aa3
2   "name": "CoreHound",
3   "version": "0.2.4",
4   "summary": "The MediaHound iOS SDK",
5   "homepage": "https://github.com/MediaHound/CoreHound",
6   "license": "Apache",
7   "authors": "MediaHound",
8   "social_media_url": "https://twitter.com/mediahound",
9   "source": {
10     "git": "https://github.com/MediaHound/CoreHound.git",
11     "tag": "0.2.4"
12   },
13   "platforms": {
14     "ios": "8.0"
15   },
16   "requires_arc": true,
17   "source_files": "Pod/**/*.{h,m}",
18   "private_header_files": [
19     "Pod/Model/Internal/**/*.h",
20     "Pod/**/*+Internal.h",
21     "Pod/Network/Internal/**/*.h"
22   ],
23   "resources": [
24     "Pod/Resources/*.cer"
25   ],
26   "dependencies": {
27     "AFNetworking": [
28       "~> 2.6"
29     ],
30     "AtSugar": [
31       "~> 0.1"
32     ],
33     "Avenue": [
34       "~> 0.4"
35     ],
36     "AvenueFetcher": [
37       "~> 0.4"
38     ],
39     "JSONModel": [
40       "~> 1.1.2"
41     ],
42     "PromiseKit/CorePromise": [
43       "~> 3.0"
44     ],
45     "UICKeyChainStore": [
46       "~> 2.0"
47     ]
48   }