[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 0 / e / 9 / CocoaToggles / 0.1.0 / CocoaToggles.podspec.json
blobaf7b824d7793dc8f4c17e1e44046ca4cb4580f07
2   "name": "CocoaToggles",
3   "version": "0.1.0",
4   "summary": "A Swift based framework to use feature toggles (a.k.a feature flags).",
5   "swift_versions": "4.0",
6   "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.",
7   "homepage": "https://github.com/isabellyfd/CocoaToggles",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "isabellyfd": "idamasce@thoughtworks.com"
14   },
15   "source": {
16     "git": "https://github.com/isabellyfd/CocoaToggles.git",
17     "tag": "0.1.0"
18   },
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "CocoaToggles/Classes/**/*",
23   "swift_version": "4.0"