[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / b / 7 / e / ZXTools / 1.3 / ZXTools.podspec.json
blob9b0ad07fbfad3b6da1c5d7f7bee57b43165ba000
2   "name": "ZXTools",
3   "version": "1.3",
4   "summary": "张玺的工具箱子,扩展部分UIKit和UIFoundation的类,实现更丰富的功能.",
5   "license": "MIT",
6   "homepage": "https://github.com/zhangxigithub/ZXTools",
7   "authors": {
8     "zhangxi": "zhangxi_1989@sina.com"
9   },
10   "source": {
11     "git": "https://github.com/zhangxigithub/ZXTools.git",
12     "tag": "v1.3"
13   },
14   "platforms": {
15     "ios": "5.0"
16   },
17   "requires_arc": true,
18   "ios": {
19     "frameworks": [
20       "AssetsLibrary",
21       "CoreLocation",
22       "MapKit",
23       "CoreGraphics",
24       "AVFoundation"
25     ]
26   },
27   "subspecs": [
28     {
29       "name": "ZXURL",
30       "source_files": "Class/ZXURL/*.{h,m}"
31     },
32     {
33       "name": "ZXBase64",
34       "source_files": "Class/ZXBase64/*.{h,m}"
35     },
36     {
37       "name": "ZXAES",
38       "source_files": "Class/ZXAES/*.{h,m}"
39     },
40     {
41       "name": "ZXALAssetsLibrary",
42       "source_files": "Class/ZXALAssetsLibrary/*.{h,m}"
43     },
44     {
45       "name": "ZXApplication",
46       "source_files": "Class/ZXApplication/*.{h,m}"
47     },
48     {
49       "name": "ZXDES",
50       "source_files": "Class/ZXDES/*.{h,m}"
51     },
52     {
53       "name": "ZXMD5",
54       "source_files": "Class/ZXMD5/*.{h,m}"
55     },
56     {
57       "name": "ZXString",
58       "source_files": "Class/ZXString/*.{h,m}"
59     },
60     {
61       "name": "ZXTableView",
62       "source_files": "Class/ZXTableView/*.{h,m}"
63     },
64     {
65       "name": "ZXMacro",
66       "source_files": "Class/ZXMacro/*.{h,m}"
67     },
68     {
69       "name": "ZXDate",
70       "source_files": "Class/ZXDate/*.{h,m}"
71     }
72   ]