[Delete] TapjoySDK 14.2.0
[CocoaPods.git] / Specs / 4 / d / 6 / MTJSONDictionary / 0.0.2 / MTJSONDictionary.podspec.json
blob3adba968bd28a786173fc53fc0772d3529625604
2   "name": "MTJSONDictionary",
3   "version": "0.0.2",
4   "summary": "An NSDictionary category for converting to/from JSON and support to keypaths ([dict valueForComplexKeyPath:@\"parents[0].children[first]\"]).",
5   "description": "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\"]).",
6   "homepage": "https://github.com/mysterioustrousers/MTJSONDictionary.git",
7   "license": "BSD",
8   "authors": {
9     "Adam Kirk": "atomkirk@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/mysterioustrousers/MTJSONDictionary.git",
13     "tag": "0.0.2"
14   },
15   "source_files": "MTJSONDictionary/*.{h,m}",
16   "requires_arc": true