[Add] DocumentReaderOCRRFIDStage 7.5.11035
[CocoaPods.git] / Specs / f / a / e / LineSDKSwift / 5.10.1 / LineSDKSwift.podspec.json
blob29f91e4465a16d8b590a3f55c0765f45d393c9c6
2   "name": "LineSDKSwift",
3   "version": "5.10.1",
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.biz/",
7   "license": "Apache License, Version 2.0",
8   "authors": "LINE",
9   "platforms": {
10     "ios": "13.0"
11   },
12   "module_name": "LineSDK",
13   "swift_versions": [
14     "4.2",
15     "5.0"
16   ],
17   "source": {
18     "git": "https://github.com/line/line-sdk-ios-swift.git",
19     "tag": "5.10.1"
20   },
21   "default_subspecs": "Core",
22   "pod_target_xcconfig": {
23     "OTHER_SWIFT_FLAGS": "-DLineSDKCocoaPods"
24   },
25   "subspecs": [
26     {
27       "name": "Core",
28       "source_files": [
29         "LineSDK/LineSDK/**/*.swift",
30         "LineSDK/LineSDK/LineSDK.h"
31       ],
32       "resource_bundles": {
33         "LineSDK": [
34           "LineSDK/LineSDK/Assets.xcassets",
35           "LineSDK/LineSDK/Resource.bundle"
36         ]
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   ],
52   "swift_version": "5.0"