[Add] ReerRouter 2.2.0
[CocoaPods.git] / Specs / f / d / a / MutableDeepCopy / 1.0.0 / MutableDeepCopy.podspec.json
blob9bdca8a098240eefea7ae98c5839e6259c91796f
2   "name": "MutableDeepCopy",
3   "version": "1.0.0",
4   "summary": "MutableDeepCopy make all node mutable object in NSArray and NSDictionary.",
5   "description": "<<-DESC\n                       * Markdown format.\n                       * Don't worry about the indent, we strip it!\n                       NSArray and NSDictionary has 'mutableCopy', it only apply their children.\n                       I need to all NSDictionary and NSArray instance convert mutable things.\n                       CFPropertyListCreateDeepCopy does not works with NSNull.\n\n                        Sorry, I do not provide examples now.",
6   "homepage": "https://github.com/kimjj81/MutableDeepCopy",
7   "license": "MIT",
8   "authors": {
9     "KimJeongJin": "kimjeongjin@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/kimjj81/MutableDeepCopy.git",
13     "tag": "1.0.0"
14   },
15   "platforms": {
16     "ios": "4.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "MutableDeepCopy": [
22       "Pod/Assets/*.png"
23     ]
24   }