We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa962b7 commit 6403997Copy full SHA for 6403997
AMEPageContentView.podspec
@@ -16,6 +16,6 @@ Pod::Spec.new do |s|
16
s.author = { "ame017" => "https://github.com/ame017" }
17
s.platform = :ios, "8.0"
18
s.source = { :git => "https://github.com/ame017/AMEPageContentView.git", :tag => "#{s.version}" }
19
- s.source_files = "AMEPageContentView/*.{h,m}"
+ s.source_files = "AMEPageContentView/AMEPageContentView/*.{h,m}"
20
21
end
0 commit comments