[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 3 / 9 / f / TYKYLibrary / 1.0.1 / TYKYLibrary.podspec.json
blobe6e79c135e2ea600db5db0654494153cb3014d5a
2   "name": "TYKYLibrary",
3   "version": "1.0.1",
4   "summary": "Library for TYKY",
5   "homepage": "https://github.com/chenteng85912/TYKYLibrary",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "CHENTENG": "chenteng85912@163.com"
12   },
13   "platforms": {
14     "ios": "8.0"
15   },
16   "source": {
17     "git": "https://github.com/chenteng85912/TYKYLibrary.git",
18     "tag": "1.0.1"
19   },
20   "requires_arc": true,
21   "source_files": "TYKYLibrary/**/*",
22   "subspecs": [
23     {
24       "name": "AutoLocation",
25       "source_files": "TYKYLibrary/AutoLocation/*.{h,m}",
26       "resources": "TYKYLibrary/AutoLocation/*.{png,plist,xib}",
27       "frameworks": [
28         "CoreLocation",
29         "MapKit"
30       ]
31     },
32     {
33       "name": "AutoLoopView",
34       "source_files": "TYKYLibrary/AutoLoopView/*.{h,m}"
35     },
36     {
37       "name": "CustomAlbum",
38       "source_files": "TYKYLibrary/CustomAlbum/*.{h,m}",
39       "resources": "TYKYLibrary/CustomAlbum/*.{png,xib}",
40       "frameworks": [
41         "AssetsLibrary",
42         "AVFoundation"
43       ]
44     },
45     {
46       "name": "CustomCamera",
47       "source_files": "TYKYLibrary/CustomCamera/*.{h,m}",
48       "dependencies": {
49         "TYKYLibrary/CustomAlbum": [
51         ]
52       },
53       "frameworks": "AssetsLibrary"
54     },
55     {
56       "name": "CustomLeftMenu",
57       "source_files": "TYKYLibrary/CustomLeftMenu/*.{h,m}"
58     },
59     {
60       "name": "DownloadTool",
61       "source_files": "TYKYLibrary/DownloadTool/*.{h,m}"
62     },
63     {
64       "name": "FingerPrint",
65       "source_files": "TYKYLibrary/FingerPrint/*.{h,m}",
66       "frameworks": "LocalAuthentication"
67     },
68     {
69       "name": "HttpRequest",
70       "source_files": "TYKYLibrary/HttpRequest/*.{h,m}"
71     },
72     {
73       "name": "OnePhoto",
74       "source_files": "TYKYLibrary/OnePhoto/*.{h,m}",
75       "dependencies": {
76         "TYKYLibrary/CustomAlbum": [
78         ]
79       },
80       "frameworks": "AssetsLibrary"
81     },
82     {
83       "name": "PageController",
84       "source_files": "TYKYLibrary/PageController/*.{h,m}"
85     },
86     {
87       "name": "ShowPictures",
88       "source_files": "TYKYLibrary/ShowPictures/*.{h,m}",
89       "resources": "TYKYLibrary/ShowPictures/*.png"
90     },
91     {
92       "name": "UploadFile",
93       "source_files": "TYKYLibrary/UploadFile/*.{h,m}"
94     }
95   ]