blob: d9744dc1db5e568c3f51b016b67dd600d7f1138d [file] [log] [blame]
{
"name": "JustTweak",
"version": "3.2.0",
"summary": "A framework for feature flagging, locally and remotely configure and A/B test iOS apps.",
"description": "JustTweak is a framework for feature flagging, locally and remotely configure and A/B test iOS apps.",
"homepage": "https://github.com/justeat/JustTweak",
"license": {
"type": "Apache 2.0",
"file": "LICENSE"
},
"authors": {
"Just Eat iOS team": "justeat.ios.team@gmail.com",
"Gianluca Tranchedone": "gianluca.tranchedone@just-eat.com"
},
"source": {
"git": "https://github.com/justeat/JustTweak.git",
"tag": "3.2.0"
},
"platforms": {
"ios": "9.0"
},
"swift_version": "4.2",
"default_subspecs": [
"Core",
"UI"
],
"ios": {
"resource_bundles": {
"JustTweak": "JustTweak/Assets/**/*"
}
},
"subspecs": [
{
"name": "Core",
"source_files": "JustTweak/Classes/Core/*.swift"
},
{
"name": "UI",
"dependencies": {
"JustTweak/Core": [
]
},
"source_files": "JustTweak/Classes/UI/*.swift"
}
]
}