blob: 3e3cdf10f02642446e3c225a713cc35b4cdd6d4b [file] [log] [blame]
{
"name": "PictionSDK",
"version": "1.0.2",
"summary": "PictionSDK for iOS.",
"homepage": "https://piction.network",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Piction Network": "jh.seo@battleent.com"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/piction-protocol/piction-sdk-ios.git",
"tag": "1.0.2"
},
"swift_versions": "5.0",
"subspecs": [
{
"name": "Core",
"source_files": "Sources/PictionSDK/**/*.swift",
"dependencies": {
"Moya-ModelMapper": [
"~> 10.0.0"
],
"KeychainAccess": [
"~> 3.2.0"
]
},
"frameworks": "Foundation"
},
{
"name": "RxSwift",
"source_files": "Sources/RxPictionSDK/**/*.swift",
"dependencies": {
"Moya-ModelMapper/RxSwift": [
"~> 10.0.0"
],
"PictionSDK/Core": [
],
"RxSwift": [
]
}
}
],
"swift_version": "5.0"
}