[Add] AdPopcornSSP 2.9.1
[CocoaPods.git] / Specs / d / b / e / ZZTools / 1.0.6 / ZZTools.podspec.json
blobebb8ad63a3b37bb63114a670a2718e99b615d572
2   "name": "ZZTools",
3   "version": "1.0.6",
4   "summary": "first version",
5   "description": "first version for public",
6   "authors": {
7     "ZZ": "1156858877@qq.com"
8   },
9   "platforms": {
10     "ios": "7.0"
11   },
12   "license": {
13     "type": "MIT",
14     "file": "LICENSE"
15   },
16   "homepage": "https://github.com/iOS-ZZ/ZZTools.git",
17   "source": {
18     "git": "https://github.com/iOS-ZZ/ZZTools.git",
19     "tag": "1.0.6"
20   },
21   "requires_arc": true,
22   "frameworks": "UIKit",
23   "source_files": "ZZToolsDemo/ZZTools/ZZTools.h",
24   "public_header_files": "ZZToolsDemo/ZZTools/ZZTools.h",
25   "subspecs": [
26     {
27       "name": "ZZLayout",
28       "source_files": "ZZToolsDemo/ZZTools/ZZLayout/ZZLayout.{h,m}",
29       "public_header_files": "ZZToolsDemo/ZZTools/ZZLayout/ZZLayout.h"
30     },
31     {
32       "name": "ZZStarView",
33       "source_files": "ZZToolsDemo/ZZTools/ZZStarView/ZZStarView.{h,m}",
34       "public_header_files": "ZZToolsDemo/ZZTools/ZZStarView/ZZStarView"
35     },
36     {
37       "name": "ZZRouter",
38       "source_files": "ZZToolsDemo/ZZTools/ZZRouter/ZZRouter.{h,m}",
39       "public_header_files": "ZZToolsDemo/ZZTools/ZZRouter/ZZRouter"
40     }
41   ]