[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / f / a / e / LineSDKSwift / 5.3.1 / LineSDKSwift.podspec.json
blob2805f833bc904470252dc47cbdc79efa43444bcc
2   "name": "LineSDKSwift",
3   "version": "5.3.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.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   ],
17   "source": {
18     "git": "https://github.com/line/line-sdk-ios-swift.git",
19     "tag": "5.3.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       "resources": [
33         "LineSDK/LineSDK/Assets.xcassets",
34         "LineSDK/LineSDK/Resource.bundle"
35       ]
36     },
37     {
38       "name": "ObjC",
39       "source_files": [
40         "LineSDK/LineSDKObjC/**/*.swift",
41         "LineSDK/LineSDKObjC/LineSDKObjC.h"
42       ],
43       "dependencies": {
44         "LineSDKSwift/Core": [
46         ]
47       }
48     }
49   ],
50   "swift_version": "5.0"