[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 7 / 4 / e / ZDToolKit / 0.0.1 / ZDToolKit.podspec.json
blobb2944ba295ae2c70e0f7424130089ad816bd5414
2   "name": "ZDToolKit",
3   "version": "0.0.1",
4   "summary": "awesome development iOS tools(Objective-C)",
5   "description": "collect some iOS development tools, e.g: category、block、runtime、subclass、macro, and so on...",
6   "homepage": "https://github.com/faimin",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Zero.D.Saber": "fuxianchao@gmail.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "requires_arc": true,
18   "source": {
19     "git": "https://github.com/faimin/ZDToolKit.git",
20     "tag": "0.0.1"
21   },
22   "source_files": [
23     "ZDToolKit",
24     "ZDToolKit/ZDAutoLayout/*.{h, m}",
25     "ZDToolKit/ZDBlock/*.{h, m}",
26     "ZDToolKit/ZDCategory/Foundation/*.{h, m}",
27     "ZDToolKit/ZDCategory/UIKit/*.{h, m}",
28     "ZDToolKit/ZDMacros/*",
29     "ZDToolKit/ZDRuntime/*.{h, m}",
30     "ZDToolKit/ZDTools/*.{h, m}",
31     "ZDToolKit/ZDTools/RZCollectionTableView/*.{h, m}",
32     "ZDToolKit/ZDTools/NavigationBarTool/BackButtonHandle/*.{h, m}",
33     "ZDToolKit/ZDTools/NavigationBarTool/KMNavigationBarTransition/*.{h, m}"
34   ],
35   "exclude_files": "ZDToolKit/ZDTools/NavigationBarTool/ZDNavigationController.{h,m}"