[Add] GluedInSDK 2.5.1
[CocoaPods.git] / Specs / 4 / f / b / Flipt / 1.0.0 / Flipt.podspec.json
blob49bda999d1ffbe924d8bc61ce3c91b94cd6965c9
2   "name": "Flipt",
3   "version": "1.0.0",
4   "summary": "An iOS Client SDK for Flipt.",
5   "swift_version": "4.0",
6   "description": "This is a native SDK to interact with Flipt --  an open source feature flag service.",
7   "homepage": "https://github.com/Camji55/Flipt-iOS-SDK",
8   "license": "MIT",
9   "authors": {
10     "Cameron Ingham": "cjingham@astranno.com"
11   },
12   "platforms": {
13     "ios": "10.0"
14   },
15   "source": {
16     "git": "https://github.com/Camji55/Flipt-iOS-SDK.git",
17     "tag": "1.0.0"
18   },
19   "source_files": [
20     "Flipt",
21     "Flipt/**/*.{h,m,swift}"
22   ]