blob: 7ab611d26c5c538782293aa038c80f04a627655c [file] [log] [blame]
{
"name": "TFUploadAssistant",
"version": "0.1.2",
"summary": "时光流影文件上传辅助工具",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/TimeFaceCoder/TFUploadAssistant",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Melvin": "yangmin@timeface.cn"
},
"source": {
"git": "https://github.com/TimeFaceCoder/TFUploadAssistant.git",
"branch": "lib_demo"
},
"social_media_url": "https://twitter.com/melvin0204",
"platforms": {
"ios": "8.0"
},
"source_files": "TFUploadAssistant/Classes/**/*",
"public_header_files": [
"TFUploadAssistant/Classes/TFUploadAssistant.h",
"TFUploadAssistant/Classes/TFUploadCommon/TFFileProtocol.h",
"TFUploadAssistant/Classes/TFUploadCommon/TFPHAssetFile.h",
"TFUploadAssistant/Classes/TFConfiguration.h",
"TFUploadAssistant/Classes/TFUploadOperationProtocol.h"
],
"frameworks": [
"UIKit",
"MobileCoreServices"
],
"dependencies": {
"AFNetworking": [
],
"EGOCache": [
],
"AliyunOSSiOS": [
],
"YYDispatchQueuePool": [
]
}
}