blob: b8b5e1ab5e1dedb671a03cfdc5c29e69172a39a9 [file] [log] [blame]
{
"name": "Reversi",
"version": "1.0.0",
"summary": "An A/B Testing framework written in Swift.",
"description": "Every iOS app should be able to implement A/B test without only relying on external services.\nReversi is an open source A/B Testing framework written in Swift to keep a clean code white creating UI varations.",
"homepage": "https://github.com/popei69/Reversi",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"popei69": "b.pasquier69@gmail.com"
},
"source": {
"git": "https://github.com/popei69/Reversi.git",
"tag": "1.0.0"
},
"social_media_url": "https://twitter.com/BenoitPasquier_",
"platforms": {
"ios": "9.0"
},
"swift_version": "4.2",
"source_files": "Reversi/Classes/**/*"
}