[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 8 / 2 / d / FKFirebaseKit / 0.1.0 / FKFirebaseKit.podspec.json
blob383777479299438d1e67591349cf0d66ca8d2f61
2   "name": "FKFirebaseKit",
3   "version": "0.1.0",
4   "summary": "It's framework simplifying Firebase networking process.",
5   "description": "FKFirebaseKit is an opensource framework simplifying Firebase iOS SDK's boilerplate code usage and its documentation.\nIt's totally built on the Firebase iOS SDK and wraps it for you by aiming to boost your productivity and improve code quality to let you focus on the real valuable part of your iOS app.",
6   "homepage": "https://github.com/furkankaplan/fk-firebase-kit-ios",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Furkan KAPLAN": "furkankaplan@outlook.com"
13   },
14   "social_media_url": "https://twitter.com/kaplanfurkan07",
15   "platforms": {
16     "ios": "11.0"
17   },
18   "source": {
19     "git": "https://github.com/furkankaplan/fk-firebase-kit-ios.git",
20     "tag": "v0.1.0"
21   },
22   "swift_versions": "5",
23   "source_files": "fk-firebase-kit-ios/Source/**/*",
24   "exclude_files": "fk-firebase-kit-ios/Example",
25   "pod_target_xcconfig": {
26     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
27   },
28   "user_target_xcconfig": {
29     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
30   },
31   "static_framework": true,
32   "dependencies": {
33     "Firebase": [
34       "~> 7.1.0"
35     ],
36     "Firebase/Auth": [
37       "~> 7.1.0"
38     ],
39     "Firebase/Database": [
40       "~> 7.1.0"
41     ]
42   },
43   "swift_version": "5"