[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 7 / 2 / 9 / SJCategory / 1.3.6 / SJCategory.podspec.json
blob0a7f65f6295a8ca99f10dad24a8d48f1a5546f9f
2   "name": "SJCategory",
3   "version": "1.3.6",
4   "summary": "常用类别,常用工具类,HUD,地理坐标转换,DES,介绍页",
5   "platforms": {
6     "ios": "8.0"
7   },
8   "homepage": "https://github.com/superJunJun/ISGCategory",
9   "license": {
10     "type": "MIT",
11     "file": "LICENSE"
12   },
13   "authors": {
14     "15934874308@163.com": "lijun@ishanggang.com"
15   },
16   "source": {
17     "git": "https://github.com/superJunJun/ISGCategory.git",
18     "tag": "1.3.6",
19     "submodules": true
20   },
21   "frameworks": [
22     "UIKit",
23     "Foundation",
24     "CoreGraphics"
25   ],
26   "dependencies": {
27     "MBProgressHUD": [
28       "~> 1.1.0"
29     ]
30   },
31   "subspecs": [
32     {
33       "name": "Category",
34       "source_files": "SJCategory/Classes/Category/**/*"
35     },
36     {
37       "name": "BOTool",
38       "source_files": "SJCategory/Classes/BOTool/**/*",
39       "dependencies": {
40         "SJCategory/Category": [
42         ]
43       }
44     }
45   ]