[Add] DemoTestFramework 1.0.6
[CocoaPods.git] / Specs / f / a / e / TZJLibrary / 0.1.4 / TZJLibrary.podspec.json
blob895235bda7935e49ad5a63aa3b86628d4a9229d8
2   "name": "TZJLibrary",
3   "version": "0.1.4",
4   "summary": "投之家库",
5   "description": "投之家公共组件、第三方引用、分类、及其网络模块封装、公共业务类",
6   "homepage": "http://git.oa.com/lizb",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "lizb": "lizb@touzhijia.com"
13   },
14   "source": {
15     "git": "http://git.oa.com/lizb/library.git",
16     "tag": "0.1.4"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "frameworks": [
22     "UIKit",
23     "Foundation"
24   ],
25   "dependencies": {
26     "hpple": [
27       "~> 0.2.0"
28     ],
29     "AFNetworking": [
30       "~> 3.1.0"
31     ],
32     "ReactiveObjC": [
33       "~> 3.0.0"
34     ],
35     "CocoaLumberjack": [
36       "~> 3.2.0"
37     ],
38     "UMengUShare/UI": [
39       "~> 6.4.5"
40     ],
41     "UMengUShare/Social/WeChat": [
42       "~> 6.4.5"
43     ],
44     "UMengAnalytics": [
45       "~> 4.2.4"
46     ],
47     "Masonry": [
48       "~> 1.0.2"
49     ],
50     "pop": [
51       "~> 1.0.10"
52     ],
53     "UITableView+FDTemplateLayoutCell": [
54       "~> 1.6"
55     ],
56     "NJKWebViewProgress": [
57       "~> 0.2.3"
58     ],
59     "MBProgressHUD": [
60       "~> 1.0.0"
61     ],
62     "SDCycleScrollView": [
63       "~> 1.73"
64     ],
65     "MJExtension": [
66       "~> 3.0.13"
67     ],
68     "WZLBadge": [
69       "~> 1.2.6"
70     ],
71     "AMPopTip": [
72       "~> 1.5.0"
73     ],
74     "IQKeyboardManager": [
75       "~> 4.0.11"
76     ],
77     "MJRefresh": [
78       "~> 3.1.12"
79     ]
80   },
81   "subspecs": [
82     {
83       "name": "Extension",
84       "source_files": "TZJLibrary/Classes/Extension/**/*",
85       "public_header_files": "TZJLibrary/Classes/Extension/**/*.h"
86     },
87     {
88       "name": "Network",
89       "source_files": "TZJLibrary/Classes/**/*",
90       "public_header_files": "TZJLibrary/Classes/**/*.h",
91       "dependencies": {
92         "TZJLibrary/Extension": [
94         ]
95       }
96     },
97     {
98       "name": "BaofooPay",
99       "source_files": "TZJLibrary/Classes/Help/BaofooPay/**/*",
100       "public_header_files": "TZJLibrary/Classes/Help/BaofooPay/**/*.h",
101       "resources": "TZJLibrary/Assets/bankImage.bundle",
102       "dependencies": {
103         "TZJLibrary/Extension": [
105         ]
106       }
107     }
108   ]