blob: 528ce37313eb564b8fa71c8c4652aca835cee054 [file] [log] [blame]
{
"name": "InPlayerSDK",
"version": "1.5.7",
"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.5.7",
"submodules": true
},
"source_files": "Source/**/*.swift",
"requires_arc": true,
"swift_versions": "4.2",
"subspecs": [
{
"name": "Core",
"source_files": "Source/Core/**/*.*",
"dependencies": {
"Alamofire": [
"5.0.0-rc.3"
]
}
},
{
"name": "Notification",
"source_files": "Source/Notification/**/*.*",
"dependencies": {
"InPlayerSDK/Core": [
],
"AWSIoT": [
"2.12.1"
]
}
},
{
"name": "Payment",
"source_files": "Source/Payment/**/*.*",
"dependencies": {
"InPlayerSDK/Core": [
]
}
}
],
"swift_version": "4.2"
}