blob: e6e79c135e2ea600db5db0654494153cb3014d5a [file] [log] [blame]
{
"name": "TYKYLibrary",
"version": "1.0.1",
"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.1"
},
"requires_arc": true,
"source_files": "TYKYLibrary/**/*",
"subspecs": [
{
"name": "AutoLocation",
"source_files": "TYKYLibrary/AutoLocation/*.{h,m}",
"resources": "TYKYLibrary/AutoLocation/*.{png,plist,xib}",
"frameworks": [
"CoreLocation",
"MapKit"
]
},
{
"name": "AutoLoopView",
"source_files": "TYKYLibrary/AutoLoopView/*.{h,m}"
},
{
"name": "CustomAlbum",
"source_files": "TYKYLibrary/CustomAlbum/*.{h,m}",
"resources": "TYKYLibrary/CustomAlbum/*.{png,xib}",
"frameworks": [
"AssetsLibrary",
"AVFoundation"
]
},
{
"name": "CustomCamera",
"source_files": "TYKYLibrary/CustomCamera/*.{h,m}",
"dependencies": {
"TYKYLibrary/CustomAlbum": [
]
},
"frameworks": "AssetsLibrary"
},
{
"name": "CustomLeftMenu",
"source_files": "TYKYLibrary/CustomLeftMenu/*.{h,m}"
},
{
"name": "DownloadTool",
"source_files": "TYKYLibrary/DownloadTool/*.{h,m}"
},
{
"name": "FingerPrint",
"source_files": "TYKYLibrary/FingerPrint/*.{h,m}",
"frameworks": "LocalAuthentication"
},
{
"name": "HttpRequest",
"source_files": "TYKYLibrary/HttpRequest/*.{h,m}"
},
{
"name": "OnePhoto",
"source_files": "TYKYLibrary/OnePhoto/*.{h,m}",
"dependencies": {
"TYKYLibrary/CustomAlbum": [
]
},
"frameworks": "AssetsLibrary"
},
{
"name": "PageController",
"source_files": "TYKYLibrary/PageController/*.{h,m}"
},
{
"name": "ShowPictures",
"source_files": "TYKYLibrary/ShowPictures/*.{h,m}",
"resources": "TYKYLibrary/ShowPictures/*.png"
},
{
"name": "UploadFile",
"source_files": "TYKYLibrary/UploadFile/*.{h,m}"
}
]
}