Latest | 1.5.0 |
---|---|
Homepage | https://github.com/chenteng85912/TYKYLibrary |
License | MIT |
Platforms | ios 8.0, requires ARC |
Frameworks | CoreLocation, MapKit, Photos, AVFoundation, LocalAuthentication |
Authors |
//自定义相册模块 包括多选、单选
import "CTCustomAlbumViewController.h"
//图片浏览模块
import "CTImagePreviewViewController.h"
//自动定位模块
import "CTLocationViewController.h"
//抽屉式菜单父类
import "CTLeftMenuViewController.h"
//自动滚动视图模块 比如头部广告滚动
import "CTAutoLoopViewController.h"
//下载模块(NSURLConnection)
import "CTDownloadWtihURLConnection.h"
//下载模块(NSURLSession)
import "CTDownloadWithSession.h"
//上传文件模块
import "CTUploadFileTool.h"
//基本网络请求模块
import "CTRequest.h"
//页面控制器模块
import "CTPageController.h"
//调用系统相册、相机
import "CTONEPhoto.h"
//指纹识别模块
import "CTTouchIDAuthorize.h"
//自定义相机父类
import "CTCustomCameraSuperViewController.h"
Latest podspec
{ "name": "TYKYLibrary", "version": "1.5.0", "summary": "Library for TYKY", "homepage": "https://github.com/chenteng85912/TYKYLibrary", "license": { "type": "MIT", "file": "LICENSE" }, "authors": { "CHENTENG": "[email protected]" }, "platforms": { "ios": "8.0" }, "source": { "git": "https://github.com/chenteng85912/TYKYLibrary.git", "tag": "1.5.0" }, "requires_arc": true, "source_files": "TYKYLibrary/**/TYKYLibrary.h", "frameworks": [ "CoreLocation", "MapKit", "Photos", "AVFoundation", "LocalAuthentication" ], "subspecs": [ { "name": "Download", "source_files": "TYKYLibrary/**/Download/*.{h,m}" }, { "name": "CustomAlbum", "source_files": "TYKYLibrary/**/CustomAlbum/*.{h,m}", "resources": "TYKYLibrary/**/CustomAlbum/*.{png,xib}", "dependencies": { "TYKYLibrary/ShowPictures": [], "TYKYLibrary/CTOnePhoto": [] } }, { "name": "AutoLocation", "source_files": "TYKYLibrary/**/AutoLocation/*.{h,m}", "resources": "TYKYLibrary/**/AutoLocation/*.{png,plist,xib}", "dependencies": { "TYKYLibrary/CTOnePhoto": [] } }, { "name": "ShowPictures", "source_files": "TYKYLibrary/**/ShowPictures/*.{h,m}", "dependencies": { "TYKYLibrary/Download": [], "TYKYLibrary/CTOnePhoto": [] } }, { "name": "CTOnePhoto", "source_files": "TYKYLibrary/**/CTOnePhoto/*.{h,m}" }, { "name": "AutoLoop", "source_files": "TYKYLibrary/**/CTAutoLoopViewController.{h,m}" }, { "name": "CustomCamera", "source_files": "TYKYLibrary/**/CTCustomCameraSuperViewController.{h,m}", "dependencies": { "TYKYLibrary/CTOnePhoto": [] } }, { "name": "PageViewController", "source_files": "TYKYLibrary/**/CTCustomePageController.{h,m}" }, { "name": "TouchIDAuthorize", "source_files": "TYKYLibrary/**/CTTouchIDAuthorize.{h,m}" }, { "name": "Request", "source_files": "TYKYLibrary/**/CTRequest.{h,m}" }, { "name": "TableViewDelegate", "source_files": "TYKYLibrary/**/TableViewDelegate/*.{h,m}" }, { "name": "VersionAutoUpdate", "source_files": "TYKYLibrary/**/VersionAutoUpdate/*.{h,m}", "dependencies": { "TYKYLibrary/Request": [] } }, { "name": "AutoRunLabel", "source_files": "TYKYLibrary/**/CTAutoRunLabel.{h,m}" }, { "name": "CustomLibrary", "source_files": "TYKYLibrary/**/CustomLibrary/*.{h,m}" } ] }
Sun, 01 Apr 2018 01:20:12 +0000