[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / 3 / 9 / f / TYKYLibrary / 1.4.3 / TYKYLibrary.podspec.json
blob17b53332ea327c89fdcbeb0edb88dd78761d9bfa
2   "name": "TYKYLibrary",
3   "version": "1.4.3",
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.3"
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       }
65     },
66     {
67       "name": "CTOnePhoto",
68       "source_files": "TYKYLibrary/**/CTOnePhoto/*.{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/CTOnePhoto": [
80         ]
81       }
82     },
83     {
84       "name": "PageViewController",
85       "source_files": "TYKYLibrary/**/CTCustomePageController.{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     {
100       "name": "VersionAutoUpdate",
101       "source_files": "TYKYLibrary/**/VersionAutoUpdate/*.{h,m}",
102       "dependencies": {
103         "TYKYLibrary/Request": [
105         ]
106       }
107     },
108     {
109       "name": "AutoRunLabel",
110       "source_files": "TYKYLibrary/**/CTAutoRunLabel.{h,m}"
111     },
112     {
113       "name": "CustomLibrary",
114       "source_files": "TYKYLibrary/**/CustomLibrary/*.{h,m}"
115     }
116   ]