[Add] TensorFlowLiteSelectTfOps 0.0.1-nightly.20220526
[CocoaPods.git] / Specs / e / 2 / a / Localize / 2.2.0 / Localize.podspec.json
blob8308a5e69313746df797fcdd66557ebe5fdb9bb2
2   "name": "Localize",
3   "version": "2.2.0",
4   "license": "MIT",
5   "summary": "Localize is a framework writed in swift to localize your projects easier improves i18n, including storyboards and strings.",
6   "homepage": "https://github.com/andresilvagomez/Localize",
7   "authors": {
8     "Andres Silva": "me@andresilvagomez.com"
9   },
10   "source": {
11     "git": "https://github.com/andresilvagomez/Localize.git",
12     "tag": "2.2.0"
13   },
14   "swift_versions": [
15     "4.2"
16   ],
17   "platforms": {
18     "ios": "9.0"
19   },
20   "source_files": "Source/*.swift",
21   "testspecs": [
22     {
23       "name": "Localize",
24       "test_type": "unit",
25       "source_files": "Tests/*.swift",
26       "resources": "Tests/*.{json,lproj,strings}"
27     }
28   ]