[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / f / 7 / 5 / NilSafety / 1.0.2 / NilSafety.podspec.json
blob08043cc6a941d742a7b929cd322e0bdd1db14cc1
2   "name": "NilSafety",
3   "version": "1.0.2",
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.2"
20   },
21   "source_files": "NilSafety/**/*.{m,h}",
22   "public_header_files": "NilSafety/**/*.h",
23   "frameworks": [
24     "Foundation",
25     "UIKit"
26   ],
27   "requires_arc": [
28     "NilSafety/ARC/**/*.m",
29     "NilSafety/ARC/**/*.m"
30   ],
31   "dependencies": {
32     "swizzleMethod": [
34     ]
35   }