diff --git a/InAppFw.podspec b/InAppFw.podspec new file mode 100644 index 0000000..2bb1861 --- /dev/null +++ b/InAppFw.podspec @@ -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 diff --git a/InAppFw.xcodeproj/xcuserdata/sandorgyulai.xcuserdatad/xcschemes/InAppFw.xcscheme b/InAppFw.xcodeproj/xcuserdata/sandorgyulai.xcuserdatad/xcschemes/InAppFw.xcscheme index dbd16b1..f8e0fa4 100644 --- a/InAppFw.xcodeproj/xcuserdata/sandorgyulai.xcuserdatad/xcschemes/InAppFw.xcscheme +++ b/InAppFw.xcodeproj/xcuserdata/sandorgyulai.xcuserdatad/xcschemes/InAppFw.xcscheme @@ -5,6 +5,22 @@ + + + + + + + + + + + + + + @@ -26,6 +61,15 @@ debugDocumentVersioning = "YES" debugServiceExtension = "internal" allowLocationSimulation = "YES"> + + + + @@ -35,6 +79,15 @@ savedToolIdentifier = "" useCustomWorkingDirectory = "NO" debugDocumentVersioning = "YES"> + + + +