Skip to content

Commit

Permalink
Add AppStoreConnect spec
Browse files Browse the repository at this point in the history
  • Loading branch information
Blackjacx committed Sep 10, 2020
1 parent 45f1a05 commit 6d9c070
Show file tree
Hide file tree
Showing 510 changed files with 115,028 additions and 0 deletions.
14 changes: 14 additions & 0 deletions Specs/AppStoreConnect/generated/Swift/AppStoreConnect.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
Pod::Spec.new do |s|
s.source_files = '*.swift'
s.name = 'AppStoreConnect'
s.authors = 'Yonas Kolb'
s.summary = 'A generated API'
s.version = '1.2'
s.homepage = 'https://github.com/yonaskolb/SwagGen'
s.source = { :git => '[email protected]:https://github.com/yonaskolb/SwagGen.git' }
s.ios.deployment_target = '9.0'
s.tvos.deployment_target = '9.0'
s.osx.deployment_target = '10.9'
s.source_files = 'Sources/**/*.swift'
s.dependency 'Alamofire', '~> 4.9.0'
end
2 changes: 2 additions & 0 deletions Specs/AppStoreConnect/generated/Swift/Cartfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@

github "Alamofire/Alamofire" ~> 4.9.0
24 changes: 24 additions & 0 deletions Specs/AppStoreConnect/generated/Swift/Info.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>$(DEVELOPMENT_LANGUAGE)</string>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIdentifier</key>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>$(PRODUCT_NAME)</string>
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
<string></string>
</dict>
</plist>
18 changes: 18 additions & 0 deletions Specs/AppStoreConnect/generated/Swift/Package.swift
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
// swift-tools-version:4.0

import PackageDescription

let package = Package(
name: "AppStoreConnect",
products: [
.library(name: "AppStoreConnect", targets: ["AppStoreConnect"])
],
dependencies: [
.package(url: "https://github.com/Alamofire/Alamofire.git", .exact("4.9.0")),
],
targets: [
.target(name: "AppStoreConnect", dependencies: [
"Alamofire",
], path: "Sources")
]
)
Loading

0 comments on commit 6d9c070

Please sign in to comment.