[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / a / d / 6 / KakaoSDKCommon / 2.22.6 / KakaoSDKCommon.podspec.json
blobb764e6844eed495b21657ffe5dbdc93f2632d615
2   "name": "KakaoSDKCommon",
3   "version": "2.22.6",
4   "summary": "KakaoSDK Common",
5   "homepage": "https://developers.kakao.com",
6   "license": {
7     "type": "MIT"
8   },
9   "authors": {
10     "kakaosdk.dev": "kakaosdk.dev@kakaocorp.com"
11   },
12   "platforms": {
13     "ios": "13.0"
14   },
15   "source": {
16     "git": "https://github.com/kakao/kakao-ios-sdk.git",
17     "tag": "2.22.6"
18   },
19   "swift_versions": "5.0",
20   "info_plist": {
21     "CFBundleShortVersionString": "2.22.6"
22   },
23   "resource_bundles": {
24     "KakaoSDKCommon": [
25       "Sources/KakaoSDKCommon/*.{xcprivacy}"
26     ]
27   },
28   "default_subspecs": [
29     "Common",
30     "Network"
31   ],
32   "subspecs": [
33     {
34       "name": "Common",
35       "source_files": [
36         "Sources/KakaoSDKCommon/common",
37         "Sources/KakaoSDKCommon/common/**/*.{swift}"
38       ]
39     },
40     {
41       "name": "Network",
42       "source_files": [
43         "Sources/KakaoSDKCommon/network",
44         "Sources/KakaoSDKCommon/network/**/*.{swift}"
45       ],
46       "dependencies": {
47         "KakaoSDKCommon/Common": [
48           "2.22.6"
49         ],
50         "Alamofire": [
51           "~> 5.9.0"
52         ]
53       }
54     }
55   ],
56   "swift_version": "5.0"