Skip to content

Commit

Permalink
Initial Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Sándor Gyulai committed Oct 12, 2015
1 parent 075f089 commit 7f39652
Show file tree
Hide file tree
Showing 2 changed files with 86 additions and 0 deletions.
33 changes: 33 additions & 0 deletions InAppFw.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
Pod::Spec.new do |s|

s.name = "InAppFw"
s.version = "0.0.1"
s.summary = "A short description of InAppFw."

s.ios.deployment_target = '8.0'
s.requires_arc = true
s.platform = :ios
s.framework = "UIKit"

s.description = <<-DESC
A longer description of InAppFw in Markdown format.
* Think: Why did you write this? What is the focus? What does it do?
* CocoaPods will be using this to generate tags, and improve search results.
* Try to keep it short, snappy and to the point.
* Finally, don't worry about the indent, CocoaPods strips it!
DESC

s.homepage = "https://github.com/sandorgyulai/InAppFramework"

s.license = { :type => "MIT", :file => "LICENSE" }

s.author = { "Sándor Gyulai" => "sandor.gyulai@icloud.com" }

s.source = { :git => "https://github.com/sandorgyulai/InAppFramework.git", :tag => "#{s.version}" }

s.source_files = "InAppFw/**/*.{swift}"

s.exclude_files = "Classes/Exclude"

end
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,49 @@
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES">
<BuildActionEntries>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
buildForProfiling = "YES"
buildForArchiving = "YES"
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "555A3BA71BCBF8E300FD9E58"
BuildableName = "InAppFw.framework"
BlueprintName = "InAppFw"
ReferencedContainer = "container:InAppFw.xcodeproj">
</BuildableReference>
</BuildActionEntry>
</BuildActionEntries>
</BuildAction>
<TestAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES">
<Testables>
<TestableReference
skipped = "NO">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "555A3BB11BCBF8E300FD9E58"
BuildableName = "InAppFwTests.xctest"
BlueprintName = "InAppFwTests"
ReferencedContainer = "container:InAppFw.xcodeproj">
</BuildableReference>
</TestableReference>
</Testables>
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "555A3BA71BCBF8E300FD9E58"
BuildableName = "InAppFw.framework"
BlueprintName = "InAppFw"
ReferencedContainer = "container:InAppFw.xcodeproj">
</BuildableReference>
</MacroExpansion>
<AdditionalOptions>
</AdditionalOptions>
</TestAction>
Expand All @@ -26,6 +61,15 @@
debugDocumentVersioning = "YES"
debugServiceExtension = "internal"
allowLocationSimulation = "YES">
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "555A3BA71BCBF8E300FD9E58"
BuildableName = "InAppFw.framework"
BlueprintName = "InAppFw"
ReferencedContainer = "container:InAppFw.xcodeproj">
</BuildableReference>
</MacroExpansion>
<AdditionalOptions>
</AdditionalOptions>
</LaunchAction>
Expand All @@ -35,6 +79,15 @@
savedToolIdentifier = ""
useCustomWorkingDirectory = "NO"
debugDocumentVersioning = "YES">
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "555A3BA71BCBF8E300FD9E58"
BuildableName = "InAppFw.framework"
BlueprintName = "InAppFw"
ReferencedContainer = "container:InAppFw.xcodeproj">
</BuildableReference>
</MacroExpansion>
</ProfileAction>
<AnalyzeAction
buildConfiguration = "Debug">
Expand Down

0 comments on commit 7f39652

Please sign in to comment.