We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 595f173 commit de2b52fCopy full SHA for de2b52f
RFInitializing.m
@@ -0,0 +1,2 @@
1
+// Empty
2
+// Support use_frameworks!
RFInitializing.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'RFInitializing'
3
- s.version = '1.0.0'
+ s.version = '1.1.0'
4
s.summary = 'Make object initialization easier. Stop writing init methods again and again.'
5
6
s.homepage = 'https://github.com/RFUI/RFInitializing'
@@ -13,6 +13,6 @@ Pod::Spec.new do |s|
13
s.tvos.deployment_target = '9.0'
14
s.watchos.deployment_target = '2.0'
15
16
- s.source_files = [ 'RFInitializing.h' ]
+ s.source_files = [ 'RFInitializing.{h,m}' ]
17
s.public_header_files = [ 'RFInitializing.h' ]
18
end
0 commit comments