blob: bae9e333cd0269276b1ab0abf525a15e2f1ea8bb [file] [log] [blame]
{
"name": "InPlayerSDK",
"version": "1.2.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.2.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"
]
}
}
]
}