[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 0 / e / 9 / CocoaToggles / 0.1.5 / CocoaToggles.podspec.json
blob9637ff297f063c6c35e7c81b184580c89b478326
2   "name": "CocoaToggles",
3   "version": "0.1.5",
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": "icfd@cin.ufpe.br"
14   },
15   "source": {
16     "git": "https://github.com/isabellyfd/CocoaToggles.git",
17     "tag": "0.1.5"
18   },
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "CocoaToggles/Classes/**/*",
23   "swift_version": "4.0"