[Add] AlibabacloudAgency20221216 1.7.0
[CocoaPods.git] / Specs / f / 7 / 5 / NilSafety / 1.0.0 / NilSafety.podspec.json
blob143b4a35e11f8a8ef51a9b2c5e8f17236ff36b00
2   "name": "NilSafety",
3   "version": "1.0.0",
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.0"
20   },
21   "source_files": "NilSafety/**/*",
22   "public_header_files": "NilSafety/**/*.h",
23   "frameworks": [
24     "Foundation",
25     "UIKit"
26   ],
27   "requires_arc": true