blob: 7a6cf4ac844017b50c151962a428b071ae04bd1e [file] [log] [blame]
{
"name": "InPlayerSDK",
"version": "1.1.0",
"summary": "InPlayer's iOS API client wrapper.",
"homepage": "https://inplayer.com/",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Srdjan Rakic": "srdjan@inplayer.com"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/inplayer-org/inplayer-ios-sdk.git",
"tag": "1.1.0",
"submodules": true
},
"source_files": "Source/**/*.swift",
"requires_arc": true,
"swift_version": "4.2",
"subspecs": [
{
"name": "Core",
"source_files": "Source/Core/**/*.swift",
"dependencies": {
"Alamofire": [
"5.0.0.beta.1"
]
}
},
{
"name": "Notification",
"source_files": "Source/{Core,Notification}/**/*.swift",
"dependencies": {
"Alamofire": [
"5.0.0.beta.1"
],
"AWSIoT": [
"2.9.3"
]
}
},
{
"name": "Payment",
"source_files": "Source/{Core,Payment}/**/*.swift",
"dependencies": {
"Alamofire": [
"5.0.0.beta.1"
]
}
}
]
}