blob: 49bda999d1ffbe924d8bc61ce3c91b94cd6965c9 [file] [log] [blame]
{
"name": "Flipt",
"version": "1.0.0",
"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.0"
},
"source_files": [
"Flipt",
"Flipt/**/*.{h,m,swift}"
]
}