[Add] TensorFlowLiteSelectTfOps 0.0.1-nightly.20241222
[CocoaPods.git] / Specs / 5 / 6 / b / SSPreferredBrowser / 0.0.3 / SSPreferredBrowser.podspec.json
blob45f4ffe32430df130304fa777c143e99adbd4bbd
2   "name": "SSPreferredBrowser",
3   "version": "0.0.3",
4   "summary": "Quickly present available web browsers, save prefs, and perform common actions.",
5   "homepage": "https://github.com/splinesoft/SSPreferredBrowser",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Jonathan Hersh": "jon@her.sh"
12   },
13   "source": {
14     "git": "https://github.com/splinesoft/SSPreferredBrowser.git",
15     "tag": "0.0.3"
16   },
17   "platforms": {
18     "ios": "6.0"
19   },
20   "requires_arc": true,
21   "source_files": "SSPreferredBrowser/*.{h,m}",
22   "frameworks": "UIKit",
23   "resources": [
24     "Resources/*"
25   ],
26   "dependencies": {
27     "SSAppURLs": [
28       ">= 0.0.7"
29     ]
30   }