blob: 844b4db077e13611a0f9708279553e509a478615 [file] [log] [blame]
{
"name": "LineSDKSwift",
"version": "5.5.2",
"summary": "The LINE SDK for iOS Swift provides a modern way of implementing LINE APIs.",
"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.",
"homepage": "https://developers.line.biz/",
"license": "Apache License, Version 2.0",
"authors": "LINE",
"platforms": {
"ios": "10.0"
},
"module_name": "LineSDK",
"swift_versions": [
"4.2",
"5.0"
],
"source": {
"git": "https://github.com/line/line-sdk-ios-swift.git",
"tag": "5.5.2"
},
"default_subspecs": "Core",
"pod_target_xcconfig": {
"OTHER_SWIFT_FLAGS": "-DLineSDKCocoaPods"
},
"subspecs": [
{
"name": "Core",
"source_files": [
"LineSDK/LineSDK/**/*.swift",
"LineSDK/LineSDK/LineSDK.h"
],
"resource_bundles": {
"LineSDK": [
"LineSDK/LineSDK/Assets.xcassets",
"LineSDK/LineSDK/Resource.bundle"
]
}
},
{
"name": "ObjC",
"source_files": [
"LineSDK/LineSDKObjC/**/*.swift",
"LineSDK/LineSDKObjC/LineSDKObjC.h"
],
"dependencies": {
"LineSDKSwift/Core": [
]
}
}
],
"swift_version": "5.0"
}