[Add] PBPopupController 3.10.6
[CocoaPods.git] / Specs / 3 / 9 / f / TYKYLibrary / 1.3.0 / TYKYLibrary.podspec.json
blob539c22b928bd5296e34abe4ed6cd7ba1e8d4bb69
2   "name": "TYKYLibrary",
3   "version": "1.3.0",
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.3.0"
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": "Download",
32       "source_files": "TYKYLibrary/**/Download/*.{h,m}"
33     },
34     {
35       "name": "CustomAlbum",
36       "source_files": "TYKYLibrary/**/CustomAlbum/*.{h,m}",
37       "resources": "TYKYLibrary/**/CustomAlbum/*.{png,xib}",
38       "dependencies": {
39         "TYKYLibrary/TYKYCategory": [
41         ]
42       }
43     },
44     {
45       "name": "AutoLocation",
46       "source_files": "TYKYLibrary/**/AutoLocation/*.{h,m}",
47       "resources": "TYKYLibrary/**/AutoLocation/*.{png,plist,xib}"
48     },
49     {
50       "name": "ShowPictures",
51       "source_files": "TYKYLibrary/**/ShowPictures/*.{h,m}",
52       "dependencies": {
53         "TYKYLibrary/Download": [
55         ]
56       }
57     },
58     {
59       "name": "ONEPhoto",
60       "source_files": "TYKYLibrary/**/CTONEPhoto.{h,m}",
61       "dependencies": {
62         "TYKYLibrary/CustomAlbum": [
64         ]
65       }
66     },
67     {
68       "name": "LeftMenu",
69       "source_files": "TYKYLibrary/**/CTLeftMenuViewController.{h,m}"
70     },
71     {
72       "name": "AutoLoop",
73       "source_files": "TYKYLibrary/**/CTAutoLoopViewController.{h,m}"
74     },
75     {
76       "name": "CustomCamera",
77       "source_files": "TYKYLibrary/**/CTCustomCameraSuperViewController.{h,m}",
78       "dependencies": {
79         "TYKYLibrary/CustomAlbum": [
81         ]
82       }
83     },
84     {
85       "name": "PageViewController",
86       "source_files": "TYKYLibrary/**/CTPageController.{h,m}"
87     },
88     {
89       "name": "TouchIDAuthorize",
90       "source_files": "TYKYLibrary/**/CTTouchIDAuthorize.{h,m}"
91     },
92     {
93       "name": "Request",
94       "source_files": "TYKYLibrary/**/CTRequest.{h,m}"
95     },
96     {
97       "name": "TableViewDelegate",
98       "source_files": "TYKYLibrary/**/TableViewDelegate/*.{h,m}"
99     },
100     {
101       "name": "VersionAutoUpdate",
102       "source_files": "TYKYLibrary/**/VersionAutoUpdate/*.{h,m}",
103       "dependencies": {
104         "TYKYLibrary/Request": [
106         ]
107       }
108     },
109     {
110       "name": "AutoRunLabel",
111       "source_files": "TYKYLibrary/**/CTAutoRunLabel.{h,m}"
112     },
113     {
114       "name": "TYKYCategory",
115       "source_files": "TYKYLibrary/**/TYKYCategory/*.{h,m}"
116     },
117     {
118       "name": "CustomLibrary",
119       "source_files": "TYKYLibrary/**/CustomLibrary/*.{h,m}"
120     }
121   ]