[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / 3 / 9 / f / TYKYLibrary / 1.4.5 / TYKYLibrary.podspec.json
bloba9e7fded83a3a851965afc30034051ff8521daa9
2   "name": "TYKYLibrary",
3   "version": "1.4.5",
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.4.5"
19   },
20   "requires_arc": true,
21   "source_files": "TYKYLibrary/**/TYKYLibrary.h",
22   "frameworks": [
23     "CoreLocation",
24     "MapKit",
25     "Photos",
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/ShowPictures": [
41         ],
42         "TYKYLibrary/CTOnePhoto": [
44         ]
45       }
46     },
47     {
48       "name": "AutoLocation",
49       "source_files": "TYKYLibrary/**/AutoLocation/*.{h,m}",
50       "resources": "TYKYLibrary/**/AutoLocation/*.{png,plist,xib}",
51       "dependencies": {
52         "TYKYLibrary/CTOnePhoto": [
54         ]
55       }
56     },
57     {
58       "name": "ShowPictures",
59       "source_files": "TYKYLibrary/**/ShowPictures/*.{h,m}",
60       "dependencies": {
61         "TYKYLibrary/Download": [
63         ],
64         "TYKYLibrary/CTOnePhoto": [
66         ]
67       }
68     },
69     {
70       "name": "CTOnePhoto",
71       "source_files": "TYKYLibrary/**/CTOnePhoto/*.{h,m}"
72     },
73     {
74       "name": "AutoLoop",
75       "source_files": "TYKYLibrary/**/CTAutoLoopViewController.{h,m}"
76     },
77     {
78       "name": "CustomCamera",
79       "source_files": "TYKYLibrary/**/CTCustomCameraSuperViewController.{h,m}",
80       "dependencies": {
81         "TYKYLibrary/CTOnePhoto": [
83         ]
84       }
85     },
86     {
87       "name": "PageViewController",
88       "source_files": "TYKYLibrary/**/CTCustomePageController.{h,m}"
89     },
90     {
91       "name": "TouchIDAuthorize",
92       "source_files": "TYKYLibrary/**/CTTouchIDAuthorize.{h,m}"
93     },
94     {
95       "name": "Request",
96       "source_files": "TYKYLibrary/**/CTRequest.{h,m}"
97     },
98     {
99       "name": "TableViewDelegate",
100       "source_files": "TYKYLibrary/**/TableViewDelegate/*.{h,m}"
101     },
102     {
103       "name": "VersionAutoUpdate",
104       "source_files": "TYKYLibrary/**/VersionAutoUpdate/*.{h,m}",
105       "dependencies": {
106         "TYKYLibrary/Request": [
108         ]
109       }
110     },
111     {
112       "name": "AutoRunLabel",
113       "source_files": "TYKYLibrary/**/CTAutoRunLabel.{h,m}"
114     },
115     {
116       "name": "CustomLibrary",
117       "source_files": "TYKYLibrary/**/CustomLibrary/*.{h,m}"
118     }
119   ]