blob: 770a0cefc9ea154f5fff546a611312267ccb39d0 [file] [log] [blame]
{
"name": "LineSDKSwift",
"version": "5.0.1",
"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.me/",
"license": "Apache License, Version 2.0",
"authors": "LINE",
"platforms": {
"ios": "10.0"
},
"module_name": "LineSDK",
"swift_version": "4.2",
"source": {
"git": "https://github.com/line/line-sdk-ios-swift.git",
"tag": "5.0.1"
},
"default_subspecs": "Core",
"pod_target_xcconfig": {
"OTHER_SWIFT_FLAGS": "-DLineSDKCocoaPods"
},
"subspecs": [
{
"name": "Core",
"source_files": [
"LineSDK/LineSDK/**/*.swift",
"LineSDK/LineSDK/LineSDK.h"
],
"resources": [
"LineSDK/LineSDK/Assets.xcassets",
"LineSDK/LineSDK/Resource.bundle"
]
},
{
"name": "ObjC",
"source_files": [
"LineSDK/LineSDKObjC/**/*.swift",
"LineSDK/LineSDKObjC/LineSDKObjC.h"
],
"dependencies": {
"LineSDKSwift/Core": [
]
}
}
]
}