[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 3 / 9 / f / TYKYLibrary / 1.0.4 / TYKYLibrary.podspec.json
blob0cf40f25f7018c7d18b17de7d344a0742dc465cc
2   "name": "TYKYLibrary",
3   "version": "1.0.4",
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.0.4"
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": "CustomAlbum",
32       "source_files": "TYKYLibrary/**/CustomAlbum/*.{h,m}",
33       "resources": "TYKYLibrary/**/CustomAlbum/*.{png,xib}"
34     },
35     {
36       "name": "AutoLocation",
37       "source_files": "TYKYLibrary/**/AutoLocation/*.{h,m}",
38       "resources": "TYKYLibrary/**/AutoLocation/*.{png,plist,xib}"
39     },
40     {
41       "name": "ShowPictures",
42       "source_files": "TYKYLibrary/**/ShowPictures/*.{h,m}"
43     },
44     {
45       "name": "ONEPhoto",
46       "source_files": "TYKYLibrary/**/CTONEPhoto.{h,m}",
47       "dependencies": {
48         "TYKYLibrary/CustomAlbum": [
50         ]
51       }
52     },
53     {
54       "name": "LeftMenu",
55       "source_files": "TYKYLibrary/**/CTLeftMenuViewController.{h,m}"
56     },
57     {
58       "name": "AutoLoop",
59       "source_files": "TYKYLibrary/**/CTAutoLoopViewController.{h,m}"
60     },
61     {
62       "name": "CustomCamera",
63       "source_files": "TYKYLibrary/**/CTCustomCameraSuperViewController.{h,m}",
64       "dependencies": {
65         "TYKYLibrary/CustomAlbum": [
67         ]
68       }
69     },
70     {
71       "name": "PageViewController",
72       "source_files": "TYKYLibrary/**/CTPageController.{h,m}"
73     },
74     {
75       "name": "TouchIDAuthorize",
76       "source_files": "TYKYLibrary/**/CTTouchIDAuthorize.{h,m}"
77     },
78     {
79       "name": "Request",
80       "source_files": "TYKYLibrary/**/CTRequest.{h,m}"
81     },
82     {
83       "name": "TableViewDelegate",
84       "source_files": "TYKYLibrary/**/TableViewDelegate/*.{h,m}"
85     },
86     {
87       "name": "DownloadAndUpload",
88       "source_files": "TYKYLibrary/**/DownloadAndUpload/*.{h,m}"
89     }
90   ]