[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / 3 / 2 / d / TTToolKit / 0.1.25 / TTToolKit.podspec.json
blobfb506ce32525022384201be87dd772463aa52a45
2   "name": "TTToolKit",
3   "version": "0.1.25",
4   "summary": "TTToolKit工具类",
5   "description": "An integrated, simple, independent, efficient, lightweight, and continuously updated image selects a third-party framework.",
6   "homepage": "https://github.com/TongFangyuan/TTTool",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "tongfy": "573682532@qq.com"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "source": {
18     "git": "https://github.com/TongFangyuan/TTTool.git",
19     "tag": "0.1.25"
20   },
21   "requires_arc": true,
22   "frameworks": "UIKit",
23   "resources": "TTToolKit/TTToolKit.bundle",
24   "source_files": "TTToolKit/TTToolKit.h",
25   "public_header_files": "TTToolKit/TTToolKit.h",
26   "subspecs": [
27     {
28       "name": "UIKit",
29       "source_files": "TTToolKit/UIKit/*.{h,m}",
30       "public_header_files": "TTToolKit/UIKit/*.h"
31     },
32     {
33       "name": "Foundation",
34       "source_files": "TTToolKit/Foundation/*.{h,m}",
35       "public_header_files": "TTToolKit/Foundation/*.h"
36     },
37     {
38       "name": "Helper",
39       "source_files": "TTToolKit/Helper/*.{h,m}",
40       "public_header_files": "TTToolKit/Helper/*.h"
41     },
42     {
43       "name": "MediaPlayer",
44       "source_files": "TTToolKit/MediaPlayer/*.{h,m}",
45       "public_header_files": "TTToolKit/MediaPlayer/*.h"
46     },
47     {
48       "name": "Base",
49       "source_files": "TTToolKit/Base/*.{h,m}",
50       "public_header_files": "TTToolKit/Base/*.h"
51     }
52   ]