blob: b8f08e4a945ebf4752ae77aec40dc99223de969b [file] [log] [blame]
{
"name": "DTCoreComponents",
"version": "1.1.0",
"license": "MIT",
"summary": "The set of extensions, frames, sources and other things that could be useful in iOS app development.",
"homepage": "https://github.com/DreamTeamMobile/dt-ios-core",
"authors": {
"DreamTeam Mobile": "dta@dreamteam-mobile.com"
},
"source": {
"git": "https://github.com/DreamTeamMobile/dt-ios-core.git",
"tag": "1.1.0"
},
"documentation_url": "https://github.com/DreamTeamMobile/dt-ios-core/blob/master/README.md",
"static_framework": true,
"platforms": {
"ios": "11.0"
},
"swift_versions": [
"5.0",
"5.1"
],
"source_files": "Sources/DTCoreComponents/**/*.swift",
"dependencies": {
"AppCenter": [
],
"AppsFlyerFramework": [
],
"FBSDKCoreKit": [
],
"Firebase/Analytics": [
],
"Firebase/RemoteConfig": [
],
"KeychainAccess": [
],
"TPInAppReceipt": [
]
},
"swift_version": "5.1"
}