Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Andriy Batutin committed Feb 16, 2017
1 parent 95bc42b commit 70eac7c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions JSONRPCom.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Pod::Spec.new do |s|
s.source = { :git => "https://github.com/andrewBatutin/JSONRPCom.git", :tag => s.version }
s.source_files = 'JSONRPCom/**/*'
s.framework = 'Foundation'


s.ios.deployment_target = '5.0' # there are usages of __weak
s.osx.deployment_target = '10.7'
Expand Down
2 changes: 0 additions & 2 deletions JSONRPCom.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
0034D0341E55B1EC00D8E076 /* JSONRPComTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 00E06A161DD71D12004975B4 /* JSONRPComTests.m */; };
0034D0361E55B82D00D8E076 /* MTLJSONAdapter+Utils.m in Sources */ = {isa = PBXBuildFile; fileRef = 003C97A41DD8E45200F24463 /* MTLJSONAdapter+Utils.m */; };
0034D0411E55BDBA00D8E076 /* libMantle.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 0034D0401E55BDBA00D8E076 /* libMantle.a */; };
0034D0421E55C62600D8E076 /* Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = 00E06A0C1DD71D12004975B4 /* Info.plist */; };
003C979D1DD8D95400F24463 /* JSONRPCErrorModel.h in Headers */ = {isa = PBXBuildFile; fileRef = 003C979B1DD8D95400F24463 /* JSONRPCErrorModel.h */; settings = {ATTRIBUTES = (Public, ); }; };
003C979E1DD8D95400F24463 /* JSONRPCErrorModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 003C979C1DD8D95400F24463 /* JSONRPCErrorModel.m */; };
003C97A51DD8E45200F24463 /* MTLJSONAdapter+Utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 003C97A31DD8E45200F24463 /* MTLJSONAdapter+Utils.h */; settings = {ATTRIBUTES = (Public, ); }; };
Expand Down Expand Up @@ -487,7 +486,6 @@
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
0034D0421E55C62600D8E076 /* Info.plist in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down

0 comments on commit 70eac7c

Please sign in to comment.