[Add] PINOperation 1.2.2
[CocoaPods.git] / Specs / 8 / d / 9 / Minced / 0.4.0 / Minced.podspec.json
blobf70e86aafd107285b98c5d4625a5ff9e7a489016
2   "name": "Minced",
3   "version": "0.4.0",
4   "summary": "Convert JSON keys to camelCase and optionally unnullify values",
5   "homepage": "https://github.com/hyperoslo/Minced",
6   "license": "MIT",
7   "authors": {
8     "Hyper AS": "teknologi@hyper.no"
9   },
10   "source": {
11     "git": "https://github.com/hyperoslo/Minced.git",
12     "tag": "0.4.0"
13   },
14   "social_media_url": "https://twitter.com/hyperoslo",
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Source/**/*",
20   "dependencies": {
21     "NSString-HYPNetworking": [
22       "~> 0.2"
23     ]
24   }