[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 8 / d / 9 / Minced / 0.2 / Minced.podspec.json
blob304f7b6f1e1ea2cc6a61c8e34ff33553c17479bc
2   "name": "Minced",
3   "version": "0.2",
4   "summary": "ObjectiveC-fy your JSON keys. Enables camelCase named model attributes when performing direct JSON to object mapping.",
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.2"
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   }