blob: d0b3a3ad2a4a4359652ca0fd29122957c21351af [file] [log] [blame]
{
"name": "Flipt",
"version": "1.0.1",
"summary": "An iOS Client SDK for Flipt.",
"swift_version": "4.0",
"description": "This is a native SDK to interact with Flipt -- an open source feature flag service.",
"homepage": "https://github.com/Camji55/Flipt-iOS-SDK",
"license": "MIT",
"authors": {
"Cameron Ingham": "cjingham@astranno.com"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/Camji55/Flipt-iOS-SDK.git",
"tag": "1.0.1"
},
"source_files": [
"Flipt",
"Flipt/**/*.{h,m,swift}"
]
}