[Add] TensorFlowLiteSwift 0.0.1-nightly.20250104
[CocoaPods.git] / Specs / 9 / f / 7 / Chivy / 0.4.0 / Chivy.podspec.json
blob9fde609a45a5e5f2a9514fc644becab803004e0a
2   "name": "Chivy",
3   "version": "0.4.0",
4   "summary": "iOS web browser control which looks and behaves like modern Safari and is highly customizable",
5   "homepage": "https://github.com/DZamataev/Chivy",
6   "screenshots": "https://raw.githubusercontent.com/DZamataev/Chivy/master/Chivy-0.2.0-iPhone-screenshot.png",
7   "license": "MIT",
8   "authors": {
9     "Denis Zamataev": "denis.zamataev@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/DZamataev/Chivy.git",
13     "tag": "0.4.0"
14   },
15   "social_media_url": "https://twitter.com/dzamataev",
16   "platforms": {
17     "ios": "7.0"
18   },
19   "requires_arc": true,
20   "default_subspecs": "Core",
21   "subspecs": [
22     {
23       "name": "Core",
24       "requires_arc": true,
25       "source_files": "Pod/Classes/*",
26       "resources": "Pod/Assets/*",
27       "dependencies": {
28         "Chivy/Core-no-arc": [
30         ],
31         "NJKWebViewProgress": [
33         ],
34         "AutoScrollLabel": [
36         ],
37         "DKNavbarBackButton": [
39         ],
40         "ARChromeActivity": [
42         ],
43         "ARSafariActivity": [
45         ]
46       }
47     },
48     {
49       "name": "Core-no-arc",
50       "requires_arc": false,
51       "source_files": "Pod/Classes-no-arc/*"
52     }
53   ]