blob: c3c0c8c8b65ba2d487460f776d767509416157b4 [file] [log] [blame]
{
"name": "CocoaToggles",
"version": "0.1.3",
"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.3"
},
"platforms": {
"ios": "8.0"
},
"source_files": "CocoaToggles/Classes/**/*",
"swift_version": "4.0"
}