blob: 539c22b928bd5296e34abe4ed6cd7ba1e8d4bb69 [file] [log] [blame]
{
"name": "TYKYLibrary",
"version": "1.3.0",
"summary": "Library for TYKY",
"homepage": "https://github.com/chenteng85912/TYKYLibrary",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"CHENTENG": "chenteng85912@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/chenteng85912/TYKYLibrary.git",
"tag": "1.3.0"
},
"requires_arc": true,
"source_files": "TYKYLibrary/**/TYKYLibrary.h",
"frameworks": [
"CoreLocation",
"MapKit",
"AssetsLibrary",
"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/TYKYCategory": [
]
}
},
{
"name": "AutoLocation",
"source_files": "TYKYLibrary/**/AutoLocation/*.{h,m}",
"resources": "TYKYLibrary/**/AutoLocation/*.{png,plist,xib}"
},
{
"name": "ShowPictures",
"source_files": "TYKYLibrary/**/ShowPictures/*.{h,m}",
"dependencies": {
"TYKYLibrary/Download": [
]
}
},
{
"name": "ONEPhoto",
"source_files": "TYKYLibrary/**/CTONEPhoto.{h,m}",
"dependencies": {
"TYKYLibrary/CustomAlbum": [
]
}
},
{
"name": "LeftMenu",
"source_files": "TYKYLibrary/**/CTLeftMenuViewController.{h,m}"
},
{
"name": "AutoLoop",
"source_files": "TYKYLibrary/**/CTAutoLoopViewController.{h,m}"
},
{
"name": "CustomCamera",
"source_files": "TYKYLibrary/**/CTCustomCameraSuperViewController.{h,m}",
"dependencies": {
"TYKYLibrary/CustomAlbum": [
]
}
},
{
"name": "PageViewController",
"source_files": "TYKYLibrary/**/CTPageController.{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": "TYKYCategory",
"source_files": "TYKYLibrary/**/TYKYCategory/*.{h,m}"
},
{
"name": "CustomLibrary",
"source_files": "TYKYLibrary/**/CustomLibrary/*.{h,m}"
}
]
}