blob: 62d317ac94dd48e11ac288203c1eab6bbf0fd17f [file] [log] [blame]
{
"name": "PimineSDK",
"version": "0.1.0",
"summary": "PimineSDK",
"description": "Internal SDK",
"homepage": "https://github.com/Pimine/PimineSDK",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Pimine",
"source": {
"git": "https://github.com/Pimine/PimineSDK.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "13.0"
},
"swift_versions": "5.0",
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"dependencies": {
"PimineSDK/HandyExtensions": [
]
}
},
{
"name": "HandyExtensions",
"dependencies": {
"SwifterSwift/SwiftStdlib": [
],
"SwifterSwift/Foundation": [
],
"SwifterSwift/UIKit": [
],
"SwifterSwift/CoreGraphics": [
],
"SwifterSwift/CoreAnimation": [
]
}
}
],
"swift_version": "5.0"
}