blob: cbc3485c4ee4ae46c223e0bf298d76afe80afd9c [file] [log] [blame]
{
"name": "LocalSplitTests",
"version": "1.0",
"summary": "Framework for implementing simple Split and A/B tests on user's device.",
"description": "LocalSplitTests is a lightweight framework that allows you to implementing simple A/B tests on user's device.",
"homepage": "https://github.com/someyura/LocalSplitTests",
"license": "MIT",
"authors": {
"Yury Imashev": "yuryimashev@gmail.com"
},
"source": {
"git": "https://github.com/someyura/LocalSplitTests.git"
},
"platforms": {
"ios": "9.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
},
"source_files": [
"Sources/**/*.swift",
"LocalSplitTests/*.{h,m}"
],
"requires_arc": true,
"swift_versions": "5.3.1",
"swift_version": "5.3.1"
}