Skip to content
This repository was archived by the owner on Sep 4, 2018. It is now read-only.

Commit 4f0daf8

Browse files
committed
Merge pull request #39 from wordpress-mobile/fix/framework-support
Improve framework support
2 parents b4b092a + 6aa8145 commit 4f0daf8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

WordPressCom-Analytics-iOS.podspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "WordPressCom-Analytics-iOS"
3-
s.version = "0.0.39"
3+
s.version = "0.0.40"
44
s.summary = "Library for handling Analytics tracking in WPiOS"
55
s.homepage = "http://apps.wordpress.org"
66
s.license = { :type => "GPLv2" }
@@ -11,4 +11,5 @@ Pod::Spec.new do |s|
1111
s.source_files = "WordPressCom-Analytics-iOS", "WordPressCom-Analytics-iOS/**/*.{h,m}"
1212
s.prefix_header_file = "WordPressCom-Analytics-iOS/WordPressCom-Analytics-iOS-Prefix.pch"
1313
s.requires_arc = true
14+
s.header_dir = 'WordPressComAnalytics'
1415
end

0 commit comments

Comments
 (0)