blob: 36a95c609f72c5db8f899e92f3a2cf48e60f8a1f [file] [log] [blame]
{
"name": "KrakenSDK",
"version": "0.1.2",
"summary": "KrakenSDK Swift framework that supports CocoaPods, Swift Package Manager",
"description": "Creating Swift framework is easy but adding CocoaPods and Swift Package Manager support at the same time can sounds like scary in the first place. In addition to that adding Fastlane to automate release processes for all dependency managers looks like a horror movie. But Don't be afraid. After you finished, you can easily create your own Swift frameworks that uses all these tools to make it perfect.",
"homepage": "https://cocoapods.org/pods/Kraken",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"dyestemir": "dyestemir@dar.kz"
},
"source": {
"git": "https://git.dar.tech/frontend/dms/ios/kraken.git",
"tag": "0.1.2"
},
"platforms": {
"ios": "14.0"
},
"swift_versions": [
"5.0",
"5.1",
"5.2"
],
"source_files": "Sources/KrakenSDK/Classes/**/*",
"swift_version": "5.2"
}