Skip to content

Commit

Permalink
readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
Philip Woods authored and Philip Woods committed Sep 17, 2014
1 parent 71f8175 commit dec59ef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
##Swift JSON##
Swift JSON takes away the monotony of hand writing serialization code for JSON structures.
###Caveats###
* Swift JSON generates code that requires [SwiftyJSON](https://github.com/lingoer/SwiftyJSON) to be included in your project.
* Swift JSON generates code that requires a forked version of [SwiftyJSON](https://github.com/pvwoods/SwiftyJSON) to be included in your project.
4 changes: 2 additions & 2 deletions SwiftJson.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@
COMBINE_HIDPI_IMAGES = YES;
INFOPLIST_FILE = SwiftJson/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
MACOSX_DEPLOYMENT_TARGET = 10.10;
MACOSX_DEPLOYMENT_TARGET = 10.9;
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Debug;
Expand All @@ -361,7 +361,7 @@
COMBINE_HIDPI_IMAGES = YES;
INFOPLIST_FILE = SwiftJson/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
MACOSX_DEPLOYMENT_TARGET = 10.10;
MACOSX_DEPLOYMENT_TARGET = 10.9;
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Release;
Expand Down

0 comments on commit dec59ef

Please sign in to comment.