[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / 3 / 9 / f / TYKYLibrary / 1.2.8 / TYKYLibrary.podspec.json
blob2eb90f1ab5a304656ce8db2bb94467446af3484e
2   "name": "TYKYLibrary",
3   "version": "1.2.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.2.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": "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     },
39     {
40       "name": "AutoLocation",
41       "source_files": "TYKYLibrary/**/AutoLocation/*.{h,m}",
42       "resources": "TYKYLibrary/**/AutoLocation/*.{png,plist,xib}"
43     },
44     {
45       "name": "ShowPictures",
46       "source_files": "TYKYLibrary/**/ShowPictures/*.{h,m}",
47       "dependencies": {
48         "TYKYLibrary/Download": [
50         ]
51       }
52     },
53     {
54       "name": "ONEPhoto",
55       "source_files": "TYKYLibrary/**/CTONEPhoto.{h,m}",
56       "dependencies": {
57         "TYKYLibrary/CustomAlbum": [
59         ]
60       }
61     },
62     {
63       "name": "LeftMenu",
64       "source_files": "TYKYLibrary/**/CTLeftMenuViewController.{h,m}"
65     },
66     {
67       "name": "AutoLoop",
68       "source_files": "TYKYLibrary/**/CTAutoLoopViewController.{h,m}"
69     },
70     {
71       "name": "CustomCamera",
72       "source_files": "TYKYLibrary/**/CTCustomCameraSuperViewController.{h,m}",
73       "dependencies": {
74         "TYKYLibrary/CustomAlbum": [
76         ]
77       }
78     },
79     {
80       "name": "PageViewController",
81       "source_files": "TYKYLibrary/**/CTPageController.{h,m}"
82     },
83     {
84       "name": "TouchIDAuthorize",
85       "source_files": "TYKYLibrary/**/CTTouchIDAuthorize.{h,m}"
86     },
87     {
88       "name": "Request",
89       "source_files": "TYKYLibrary/**/CTRequest.{h,m}"
90     },
91     {
92       "name": "TableViewDelegate",
93       "source_files": "TYKYLibrary/**/TableViewDelegate/*.{h,m}"
94     },
95     {
96       "name": "VersionAutoUpdate",
97       "source_files": "TYKYLibrary/**/VersionAutoUpdate/*.{h,m}",
98       "dependencies": {
99         "TYKYLibrary/Request": [
101         ]
102       }
103     },
104     {
105       "name": "AutoRunLabel",
106       "source_files": "TYKYLibrary/**/AutoRunLabel.{h,m}"
107     }
108   ]