Browse Source

Update SwiftyStoreKit.podspec

Sam Spencer 5 years ago
parent
commit
e518abea74
1 changed files with 1 additions and 4 deletions
  1. 1 4
      SwiftyStoreKit.podspec

+ 1 - 4
SwiftyStoreKit.podspec

@@ -11,10 +11,7 @@ Pod::Spec.new do |s|
   s.watchos.deployment_target = '6.2'
   s.swift_version = '5.0'
   s.source       = { :git => "https://github.com/bizz84/SwiftyStoreKit.git", :tag => s.version }
-
-  s.source_files = 'SwiftyStoreKit/*.{swift}'
-
+  s.source_files = 'Sources/SwiftyStoreKit/*.{swift}'
   s.screenshots  = ["https://github.com/bizz84/SwiftyStoreKit/raw/master/Screenshots/Preview.jpg"]
-
   s.requires_arc = true
 end