[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 3 / 9 / f / TYKYLibrary / 1.0.8 / TYKYLibrary.podspec.json
bloba6654f0ed18f2e376fc8b4516aa2fa443fe24908
2   "name": "TYKYLibrary",
3   "version": "1.0.8",
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.8"
19   },
20   "requires_arc": true,
21   "source_files": "TYKYLibrary/**/TYKYLibrary.h",
22   "frameworks": [
23     "CoreLocation",
24     "MapKit",
25     "AssetsLibrary",
26     "AVFoundation",
27     "LocalAuthentication"
28   ],
29   "subspecs": [
30     {
31       "name": "VersionAutoUpdate",
32       "source_files": "TYKYLibrary/**/VersionAutoUpdate/*.{h,m}"
33     },
34     {
35       "name": "DownloadAndUpload",
36       "source_files": "TYKYLibrary/**/DownloadAndUpload/*.{h,m}"
37     },
38     {
39       "name": "CustomAlbum",
40       "source_files": "TYKYLibrary/**/CustomAlbum/*.{h,m}",
41       "resources": "TYKYLibrary/**/CustomAlbum/*.{png,xib}"
42     },
43     {
44       "name": "AutoLocation",
45       "source_files": "TYKYLibrary/**/AutoLocation/*.{h,m}",
46       "resources": "TYKYLibrary/**/AutoLocation/*.{png,plist,xib}"
47     },
48     {
49       "name": "ShowPictures",
50       "source_files": "TYKYLibrary/**/ShowPictures/*.{h,m}",
51       "dependencies": {
52         "TYKYLibrary/DownloadAndUpload": [
54         ]
55       }
56     },
57     {
58       "name": "ONEPhoto",
59       "source_files": "TYKYLibrary/**/CTONEPhoto.{h,m}",
60       "dependencies": {
61         "TYKYLibrary/CustomAlbum": [
63         ]
64       }
65     },
66     {
67       "name": "LeftMenu",
68       "source_files": "TYKYLibrary/**/CTLeftMenuViewController.{h,m}"
69     },
70     {
71       "name": "AutoLoop",
72       "source_files": "TYKYLibrary/**/CTAutoLoopViewController.{h,m}"
73     },
74     {
75       "name": "CustomCamera",
76       "source_files": "TYKYLibrary/**/CTCustomCameraSuperViewController.{h,m}",
77       "dependencies": {
78         "TYKYLibrary/CustomAlbum": [
80         ]
81       }
82     },
83     {
84       "name": "PageViewController",
85       "source_files": "TYKYLibrary/**/CTPageController.{h,m}"
86     },
87     {
88       "name": "TouchIDAuthorize",
89       "source_files": "TYKYLibrary/**/CTTouchIDAuthorize.{h,m}"
90     },
91     {
92       "name": "Request",
93       "source_files": "TYKYLibrary/**/CTRequest.{h,m}"
94     },
95     {
96       "name": "TableViewDelegate",
97       "source_files": "TYKYLibrary/**/TableViewDelegate/*.{h,m}"
98     }
99   ]