blob: 8cbd4263b7270f9c5e5edb7dcfee600b66d44791 [file] [log] [blame]
{
"name": "ArraySet",
"version": "1.0.3",
"summary": "Enables swift package and pod togehter.",
"description": "ArraySet provides template for SPM and COCOAPOD.",
"homepage": "https://github.com/sisoje/ArraySet",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Lazar Otasevic": "redhotbits@gmail.com"
},
"source": {
"git": "https://github.com/sisoje/ArraySet.git",
"tag": "1.0.3"
},
"social_media_url": "https://twitter.com/redhotbits",
"documentation_url": "https://raw.githubusercontent.com/sisoje/ArraySet/master/README.md",
"swift_versions": "5.0",
"platforms": {
"ios": "10.3",
"watchos": "3.0",
"tvos": "10.0",
"osx": "10.12"
},
"source_files": "Sources/**/*",
"swift_version": "5.0",
"testspecs": [
{
"name": "ArraySetTests",
"test_type": "unit",
"platforms": {
"ios": "10.3",
"osx": "10.12"
},
"requires_app_host": false,
"source_files": "Tests/**/*"
}
]
}