[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 7 / 2 / 9 / SJCategory / 1.3.5 / SJCategory.podspec.json
blob24295f3de5cc0060548a75f8b5f2f368b10ec682
2   "name": "SJCategory",
3   "version": "1.3.5",
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.5",
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   ]