[Add] DocumentReaderOCRRFIDStage 7.5.11035
[CocoaPods.git] / Specs / f / a / e / LineSDKSwift / 5.1.2 / LineSDKSwift.podspec.json
blob29342b1700a464edfaa9d8da568016430fd3b6a0
2   "name": "LineSDKSwift",
3   "version": "5.1.2",
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_version": "4.2",
14   "source": {
15     "git": "https://github.com/line/line-sdk-ios-swift.git",
16     "tag": "5.1.2"
17   },
18   "default_subspecs": "Core",
19   "pod_target_xcconfig": {
20     "OTHER_SWIFT_FLAGS": "-DLineSDKCocoaPods"
21   },
22   "subspecs": [
23     {
24       "name": "Core",
25       "source_files": [
26         "LineSDK/LineSDK/**/*.swift",
27         "LineSDK/LineSDK/LineSDK.h"
28       ],
29       "resources": [
30         "LineSDK/LineSDK/Assets.xcassets",
31         "LineSDK/LineSDK/Resource.bundle"
32       ]
33     },
34     {
35       "name": "ObjC",
36       "source_files": [
37         "LineSDK/LineSDKObjC/**/*.swift",
38         "LineSDK/LineSDKObjC/LineSDKObjC.h"
39       ],
40       "dependencies": {
41         "LineSDKSwift/Core": [
43         ]
44       }
45     }
46   ]