[Add] ZJSDK 2.5.5.6
[CocoaPods.git] / Specs / 7 / 0 / 2 / SACategory / 0.0.16 / SACategory.podspec.json
blobaa2a5177be6c69258176eb0f17ef633f64f605b0
2   "name": "SACategory",
3   "version": "0.0.16",
4   "summary": "iOS开发实用分类集",
5   "description": "1、常用类的分类(Category);",
6   "homepage": "https://github.com/yusian/SACategory",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "yusian": "yusian@163.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/yusian/SACategory.git",
19     "tag": "0.0.16"
20   },
21   "source_files": [
22     "SACategory",
23     "SACategory/**/*.{h,m}"
24   ],
25   "exclude_files": "SACategory/Exclude",
26   "public_header_files": "SACategory/**/*.h",
27   "resources": "SACategory/sacategory.bundle",
28   "dependencies": {
29     "Masonry": [
31     ],
32     "SDWebImage": [
34     ]
35   }