[Add] ZJSDK 2.5.7.5
[CocoaPods.git] / Specs / 4 / 8 / 1 / LGCategory / 1.0.3 / LGCategory.podspec.json
blobaac95bcd5edf296d11e6962d2d44cf8b4fb4cd81
2   "name": "LGCategory",
3   "version": "1.0.3",
4   "summary": "A short description of ZLCategory.",
5   "description": "1.0.1:新增融错的分类\n1)处理数组越界\n2)处理可变数组增加空元素/空数组/设值/取值的融错\n3)处理字典的设值的融错\n4)处理空串",
6   "homepage": "https://github.com/ZLFighting/ZLCategory",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.md"
10   },
11   "authors": {
12     "zhangli": "3206946374@qq.com"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "requires_arc": true,
18   "frameworks": [
19     "UIKit",
20     "Foundation"
21   ],
22   "source": {
23     "git": "https://github.com/ZLFighting/ZLCategory.git",
24     "tag": "1.0.3"
25   },
26   "static_framework": true,
27   "pod_target_xcconfig": {
28     "DEFINES_MODULE": "YES"
29   },
30   "subspecs": [
31     {
32       "name": "Foundation",
33       "source_files": "Code/Foundation/*.{h,m}"
34     },
35     {
36       "name": "UIKit",
37       "source_files": "Code/UIKit/*.{h,m}"
38     }
39   ]