[Add] AlibabacloudAgency20221216 1.7.0
[CocoaPods.git] / Specs / f / a / e / LineSDKSwift / 5.2.3 / LineSDKSwift.podspec.json
blob1b316f16e9b6b70797b5110af7715ec139df6e05
2   "name": "LineSDKSwift",
3   "version": "5.2.3",
4   "summary": "The LINE SDK for iOS Swift provides a modern way of implementing LINE APIs.",
5   "description": "Developed in Swift, the LINE SDK for iOS Swift provides a modern way of implementing \nLINE APIs. The features included in this SDK will help you develop an iOS app with \nengaging and personalized user experience.",
6   "homepage": "https://developers.line.me/",
7   "license": "Apache License, Version 2.0",
8   "authors": "LINE",
9   "platforms": {
10     "ios": "10.0"
11   },
12   "module_name": "LineSDK",
13   "swift_versions": [
14     "4.2",
15     "5.0",
16     "5.0"
17   ],
18   "source": {
19     "git": "https://github.com/line/line-sdk-ios-swift.git",
20     "tag": "5.2.3"
21   },
22   "default_subspecs": "Core",
23   "pod_target_xcconfig": {
24     "OTHER_SWIFT_FLAGS": "-DLineSDKCocoaPods"
25   },
26   "swift_version": "5.0",
27   "subspecs": [
28     {
29       "name": "Core",
30       "source_files": [
31         "LineSDK/LineSDK/**/*.swift",
32         "LineSDK/LineSDK/LineSDK.h"
33       ],
34       "resources": [
35         "LineSDK/LineSDK/Assets.xcassets",
36         "LineSDK/LineSDK/Resource.bundle"
37       ]
38     },
39     {
40       "name": "ObjC",
41       "source_files": [
42         "LineSDK/LineSDKObjC/**/*.swift",
43         "LineSDK/LineSDKObjC/LineSDKObjC.h"
44       ],
45       "dependencies": {
46         "LineSDKSwift/Core": [
48         ]
49       }
50     }
51   ]