Skip to content

Commit bf2705b

Browse files
committed
Some minor changes to podspec.
1 parent 0c5fa36 commit bf2705b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apptentive-ios.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Pod::Spec.new do |s|
66
s.homepage = 'https://www.apptentive.com/'
77
s.author = { "Andrew Wooster" => "[email protected]" }
88
s.source = { :git => '[email protected]:apptentive/apptentive-ios.git', :tag => "#{s.version}" }
9-
s.platform = :ios, '5.1.1'
9+
s.platform = :ios, '5.0'
1010
s.source_files = 'ApptentiveConnect/source/**/*.{h,m}','ApptentiveConnect/ext/**/*.{h,m}'
1111
s.exclude_files = 'ApptentiveConnect/ext/PrefixedTTTAttributedLabel/**/*.*'
1212
s.subspec 'arc-files' do |sna|
@@ -18,5 +18,5 @@ Pod::Spec.new do |s|
1818
s.resource_bundle = { 'ApptentiveResources' => ['ApptentiveConnect/source/Model/*.xcdatamodeld', 'ApptentiveConnect/xibs/**/*.*', 'ApptentiveConnect/resources/localization/*.lproj','ApptentiveConnect/art/generated/**/*.*', 'ApptentiveConnect/resources/CocoaPodsResources/Info.plist'] }
1919
s.weak_frameworks = 'StoreKit', 'CoreTelephony'
2020
s.prefix_header_contents = '#import "ATLog.h"'
21-
s.xcconfig = { "GCC_PREPROCESSOR_DEFINITIONS" => "TTTATTRIBUTEDLABEL_PREFIX=AT JSONKIT_PREFIX=AT AT_LOGGING_LEVEL_ERROR=1" }
21+
s.xcconfig = { "GCC_PREPROCESSOR_DEFINITIONS" => "TTTATTRIBUTEDLABEL_PREFIX=AT AT_LOGGING_LEVEL_ERROR=1" }
2222
end

0 commit comments

Comments
 (0)