[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 7 / 2 / 9 / SJCategory / 1.3.1 / SJCategory.podspec.json
blobca7b5db445817c780bed32750a2165f5d273a8ac
2   "name": "SJCategory",
3   "version": "1.3.1",
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.1",
19     "submodules": true
20   },
21   "resource_bundles": {
22     "SJCategory": [
23       "SJCategory/Assets/*.png"
24     ]
25   },
26   "frameworks": [
27     "UIKit",
28     "Foundation",
29     "CoreGraphics"
30   ],
31   "dependencies": {
32     "MBProgressHUD": [
33       "~> 1.1.0"
34     ]
35   },
36   "subspecs": [
37     {
38       "name": "Category",
39       "source_files": "SJCategory/Classes/Category/**/*"
40     },
41     {
42       "name": "BOTool",
43       "source_files": "SJCategory/Classes/BOTool/**/*",
44       "dependencies": {
45         "SJCategory/Category": [
47         ]
48       }
49     }
50   ]