[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / b / 7 / 2 / ZBWCategories / 0.1.7 / ZBWCategories.podspec.json
blobcb044563ce29abe0b065bb40fd2270fab2e3b4eb
2   "name": "ZBWCategories",
3   "version": "0.1.7",
4   "summary": "类别扩展类.",
5   "description": "各种常用类的类别扩展。\n1、NSObject JSON扩展;序列化+反序列化;\n2、NSObject 自动归档+反序列化;\n3、NSObject 深拷贝、浅拷贝;\n4、其他常用类扩展;例如NSTimer等\n5、UIKit相关类扩展。包括UIImageView、UIButton、UIView等;",
6   "homepage": "https://github.com/HangZhouShuChengKeJi/ZBWCategories",
7   "license": "BSD",
8   "authors": {
9     "bwzhu": "bowen.zhu@91chengguo.com"
10   },
11   "platforms": {
12     "ios": "7.0"
13   },
14   "source": {
15     "git": "https://github.com/HangZhouShuChengKeJi/ZBWCategories.git",
16     "tag": "0.1.7"
17   },
18   "source_files": [
19     "ZBWCategories",
20     "ZBWCategories/*.{h,m,mm}"
21   ],
22   "requires_arc": true,
23   "dependencies": {
24     "SDWebImage": [
26     ],
27     "ZBWJson": [
29     ]
30   },
31   "subspecs": [
32     {
33       "name": "NSFoundation+ZBWCategory",
34       "source_files": "ZBWCategories/NSFoundation+ZBWCategory/*.{h,m,mm}",
35       "subspecs": [
36         {
37           "name": "NSObject+ZBWCategory",
38           "source_files": "ZBWCategories/NSFoundation+ZBWCategory/NSObject+ZBWCategory/*.{h,m,mm}"
39         }
40       ]
41     },
42     {
43       "name": "UIKit+ZBWCategory",
44       "source_files": "ZBWCategories/UIKit+ZBWCategory/**/*.{h,m,mm}"
45     }
46   ]