Skip to content

Commit

Permalink
update for cocoapod
Browse files Browse the repository at this point in the history
  • Loading branch information
Xinguang Wang committed Jan 11, 2019
1 parent 57ba204 commit 4d036b7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions AlamofireSwiftyJSON.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@ Pod::Spec.new do |s|
s.source_files = 'Source/*.swift'
s.dependency 'Alamofire', '~> 4.0'
s.dependency 'SwiftyJSON', '~> 4.0'
s.frameworks = 'CFNetwork'
end
8 changes: 6 additions & 2 deletions AlamofireSwiftyJSON.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -383,11 +383,11 @@
};
D0C479AE1CEC169400CD01FD = {
CreatedOnToolsVersion = 7.3.1;
LastSwiftMigration = 0800;
LastSwiftMigration = 1010;
};
D0C479BA1CEC16EF00CD01FD = {
CreatedOnToolsVersion = 7.3.1;
LastSwiftMigration = 0800;
LastSwiftMigration = 1010;
};
D0C479CA1CEC170A00CD01FD = {
CreatedOnToolsVersion = 7.3.1;
Expand Down Expand Up @@ -860,6 +860,7 @@
PRODUCT_NAME = AlamofireSwiftyJSON;
SDKROOT = macosx;
SKIP_INSTALL = YES;
SWIFT_VERSION = 4.2;
};
name = Debug;
};
Expand All @@ -882,6 +883,7 @@
PRODUCT_NAME = AlamofireSwiftyJSON;
SDKROOT = macosx;
SKIP_INSTALL = YES;
SWIFT_VERSION = 4.2;
};
name = Release;
};
Expand All @@ -898,6 +900,7 @@
PRODUCT_BUNDLE_IDENTIFIER = "com.kansea.AlamofireSwiftyJSON-OSX-Tests";
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = macosx;
SWIFT_VERSION = 4.2;
};
name = Debug;
};
Expand All @@ -914,6 +917,7 @@
PRODUCT_BUNDLE_IDENTIFIER = "com.kansea.AlamofireSwiftyJSON-OSX-Tests";
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = macosx;
SWIFT_VERSION = 4.2;
};
name = Release;
};
Expand Down

0 comments on commit 4d036b7

Please sign in to comment.