Skip to content

Commit

Permalink
[Fix] MTJSONDictionary (0.0.4)
Browse files Browse the repository at this point in the history
  • Loading branch information
atomkirk committed Sep 7, 2012
1 parent e903883 commit 9ba5ab6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MTJSONDictionary/0.0.4/MTJSONDictionary.podspec
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = "MTJSONDictionary"
s.version = "0.0.4"
s.summary = "An NSDictionary category for when you're working with it converting to/from JSON. Includes `valueForComplexKeyPath:` (e.g. [dict valueForComplexKeyPath:@\"parents[0].children[first].toys[last].title\"])"
s.summary = "An NSDictionary category for when you're working with it converting to/from JSON. DEPRECATED, use MTJSONUtils instead."
s.homepage = "https://github.com/mysterioustrousers/MTJSONDictionary.git"
s.license = 'BSD'
s.author = { "Adam Kirk" => "atomkirk@gmail.com" }
Expand Down

0 comments on commit 9ba5ab6

Please sign in to comment.