blob: dc58ef21a9e431163f9c6fb667195ce536c43afe [file] [log] [blame]
{
"name": "Experiments",
"version": "0.1.0",
"summary": "Implementation of the service and little infra for easy on-device A/B testing on iOS.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/gontovnik/Experiments",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"gontovnik": "danil@gontovnik.com"
},
"source": {
"git": "https://github.com/gontovnik/Experiments.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/gontovnik",
"platforms": {
"ios": "8.0"
},
"swift_versions": "5.0",
"source_files": "Experiments/Classes/**/*",
"frameworks": [
"UIKit",
"Foundation"
],
"swift_version": "5.0"
}