[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / 3 / 9 / f / TYKYLibrary / 1.3.9 / TYKYLibrary.podspec.json
blob0d99ed712f3ae2b321bdcd8fbf05fb07a894342e
2   "name": "TYKYLibrary",
3   "version": "1.3.9",
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.9"
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/ShowPictures": [
41         ]
42       }
43     },
44     {
45       "name": "AutoLocation",
46       "source_files": "TYKYLibrary/**/AutoLocation/*.{h,m}",
47       "resources": "TYKYLibrary/**/AutoLocation/*.{png,plist,xib}",
48       "dependencies": {
49         "TYKYLibrary/CustomAlbum": [
51         ]
52       }
53     },
54     {
55       "name": "ShowPictures",
56       "source_files": "TYKYLibrary/**/ShowPictures/*.{h,m}",
57       "dependencies": {
58         "TYKYLibrary/Download": [
60         ]
61       }
62     },
63     {
64       "name": "ONEPhoto",
65       "source_files": "TYKYLibrary/**/CTONEPhoto.{h,m}",
66       "dependencies": {
67         "TYKYLibrary/CustomAlbum": [
69         ]
70       }
71     },
72     {
73       "name": "AutoLoop",
74       "source_files": "TYKYLibrary/**/CTAutoLoopViewController.{h,m}"
75     },
76     {
77       "name": "CustomCamera",
78       "source_files": "TYKYLibrary/**/CTCustomCameraSuperViewController.{h,m}",
79       "dependencies": {
80         "TYKYLibrary/CustomAlbum": [
82         ]
83       }
84     },
85     {
86       "name": "PageViewController",
87       "source_files": "TYKYLibrary/**/CTCustomePageController.{h,m}"
88     },
89     {
90       "name": "TouchIDAuthorize",
91       "source_files": "TYKYLibrary/**/CTTouchIDAuthorize.{h,m}"
92     },
93     {
94       "name": "Request",
95       "source_files": "TYKYLibrary/**/CTRequest.{h,m}"
96     },
97     {
98       "name": "TableViewDelegate",
99       "source_files": "TYKYLibrary/**/TableViewDelegate/*.{h,m}"
100     },
101     {
102       "name": "VersionAutoUpdate",
103       "source_files": "TYKYLibrary/**/VersionAutoUpdate/*.{h,m}",
104       "dependencies": {
105         "TYKYLibrary/Request": [
107         ]
108       }
109     },
110     {
111       "name": "AutoRunLabel",
112       "source_files": "TYKYLibrary/**/CTAutoRunLabel.{h,m}"
113     },
114     {
115       "name": "CustomLibrary",
116       "source_files": "TYKYLibrary/**/CustomLibrary/*.{h,m}"
117     }
118   ]