[Add] FaceCoreBasicNightly 6.2.803
[CocoaPods.git] / Specs / d / b / 1 / ArraySet / 1.0.0 / ArraySet.podspec.json
blobf57731e4875c1fa86420a9824a8a2c30f6905f1c
2   "name": "ArraySet",
3   "version": "1.0.0",
4   "summary": "Enables swift package and pod togehter.",
5   "description": "ArraySet provides template for SPM and COCOAPOD.",
6   "homepage": "https://github.com/sisoje/ArraySet",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Lazar Otasevic": "redhotbits@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/sisoje/ArraySet.git",
16     "tag": "1.0.0"
17   },
18   "social_media_url": "https://twitter.com/redhotbits",
19   "documentation_url": "https://raw.githubusercontent.com/sisoje/ArraySet/master/README.md",
20   "swift_versions": "5.0",
21   "platforms": {
22     "ios": "10.3",
23     "watchos": "3.0",
24     "tvos": "10.0",
25     "osx": "10.12"
26   },
27   "source_files": "Sources/**/*",
28   "swift_version": "5.0",
29   "testspecs": [
30     {
31       "name": "ArraySetTests",
32       "test_type": "unit",
33       "platforms": {
34         "ios": "10.3",
35         "osx": "10.12"
36       },
37       "requires_app_host": false,
38       "source_files": "Tests/**/*"
39     }
40   ]