[Add] YIM 2.2.1
[CocoaPods.git] / Specs / f / 7 / 5 / NilSafety / 1.0.1 / NilSafety.podspec.json
blobcb5874c85302357fae5f915e625b722b992c8191
2   "name": "NilSafety",
3   "version": "1.0.1",
4   "summary": "Safety cushion.",
5   "description": "How we made NSArray、NSMutableArray、NSDictionary、NSMutableDictionary nil safe at Glow..",
6   "homepage": "https://github.com/ObornJung/NilSafety",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Oborn.Jung": "obornjung@gmail.com"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "source": {
18     "git": "https://github.com/ObornJung/NilSafety.git",
19     "tag": "1.0.1"
20   },
21   "source_files": "NilSafety/**/*.{m,h}",
22   "public_header_files": "NilSafety/**/*.h",
23   "frameworks": [
24     "Foundation",
25     "UIKit"
26   ],
27   "requires_arc": true,
28   "dependencies": {
29     "swizzleMethod": [
31     ]
32   }