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