blob: 9637ff297f063c6c35e7c81b184580c89b478326 [file] [log] [blame]
{
"name": "CocoaToggles",
"version": "0.1.5",
"summary": "A Swift based framework to use feature toggles (a.k.a feature flags).",
"swift_versions": "4.0",
"description": "This a native framework written in Swift that aims enable developers to use feature toggle while using Continuous Integration and Continuous Delivery throughout the software delivery roadmap.",
"homepage": "https://github.com/isabellyfd/CocoaToggles",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"isabellyfd": "icfd@cin.ufpe.br"
},
"source": {
"git": "https://github.com/isabellyfd/CocoaToggles.git",
"tag": "0.1.5"
},
"platforms": {
"ios": "8.0"
},
"source_files": "CocoaToggles/Classes/**/*",
"swift_version": "4.0"
}