[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / 0 / e / 9 / CocoaToggles / 0.1.3 / CocoaToggles.podspec.json
blobc3c0c8c8b65ba2d487460f776d767509416157b4
2   "name": "CocoaToggles",
3   "version": "0.1.3",
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.3"
18   },
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "CocoaToggles/Classes/**/*",
23   "swift_version": "4.0"