[Add] ZJSDK 2.5.5.6
[CocoaPods.git] / Specs / 7 / 0 / 2 / SACategory / 0.0.10 / SACategory.podspec.json
blob282825af3b8f46da83cb6bad33cf80148df86ac8
2   "name": "SACategory",
3   "version": "0.0.10",
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.10"
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   }