blob: 3b8d9054ea59627ca8af619942df7507057c9b48 [file] [log] [blame]
{
"name": "TYKYLibrary",
"version": "1.0.6",
"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.0.6"
},
"requires_arc": true,
"source_files": "TYKYLibrary/**/TYKYLibrary.h",
"frameworks": [
"CoreLocation",
"MapKit",
"AssetsLibrary",
"AVFoundation",
"LocalAuthentication"
],
"subspecs": [
{
"name": "DownloadAndUpload",
"source_files": "TYKYLibrary/**/DownloadAndUpload/*.{h,m}"
},
{
"name": "CustomAlbum",
"source_files": "TYKYLibrary/**/CustomAlbum/*.{h,m}",
"resources": "TYKYLibrary/**/CustomAlbum/*.{png,xib}"
},
{
"name": "AutoLocation",
"source_files": "TYKYLibrary/**/AutoLocation/*.{h,m}",
"resources": "TYKYLibrary/**/AutoLocation/*.{png,plist,xib}"
},
{
"name": "ShowPictures",
"source_files": "TYKYLibrary/**/ShowPictures/*.{h,m}",
"dependencies": {
"TYKYLibrary/DownloadAndUpload": [
]
}
},
{
"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}"
}
]
}