[Add] AlibabacloudAgency20221216 1.7.0
[CocoaPods.git] / Specs / 6 / d / 9 / OCSafeMethod / 1.0.0 / OCSafeMethod.podspec.json
blob635681a15756a1dece8a7fd701588dc8582e27bf
2   "name": "OCSafeMethod",
3   "version": "1.0.0",
4   "summary": "Safe methods of NSDictionary and NSArray",
5   "description": "* get string or number immediate from NSDictionary and NSArray\n* No warry about crashs caused by type error.",
6   "platforms": {
7     "ios": "6.0"
8   },
9   "homepage": "https://github.com/NianJi/OCSafeMethod",
10   "license": {
11     "type": "MIT",
12     "file": "LICENSE"
13   },
14   "authors": {
15     "念纪": "fengnianji@gmail.com"
16   },
17   "source": {
18     "git": "https://github.com/NianJi/OCSafeMethod.git",
19     "tag": "1.0.0"
20   },
21   "source_files": "OCSafeMethod/**/*.{h,m}",
22   "requires_arc": true,
23   "frameworks": "Foundation"