[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / e / 9 / 6 / SSCategory / 0.1.0 / SSCategory.podspec.json
blob86e7e8e52fb559ce17481435d5f4f477f17b56cc
2   "name": "SSCategory",
3   "version": "0.1.0",
4   "summary": "一些日常开发使用的分类",
5   "description": "SSKit中的组件,适用于日常开发使用的分类",
6   "homepage": "https://github.com/bassamyan/SSCategory",
7   "license": "MIT",
8   "authors": {
9     "Quincy Yan": "yanyibin.nz@gmail.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/bassamyan/SSCategory.git",
16     "tag": "0.1.0"
17   },
18   "source_files": "SSCategoryDemo/SSCategory/SSCategory.h",
19   "subspecs": [
20     {
21       "name": "Foundation",
22       "source_files": "SSCategoryDemo/SSCategory/Foundation/**/*.{h,m}"
23     },
24     {
25       "name": "UIKit",
26       "source_files": "SSCategoryDemo/SSCategory/UIKit/**/*.{h,m}",
27       "dependencies": {
28         "SSCategory/Foundation": [
30         ],
31         "Masonry": [
33         ]
34       }
35     }
36   ]