blob: a12d857fc014db733659431946bcad65c38e3ec6 [file] [log] [blame]
{
"name": "HTMITools",
"version": "0.1.2",
"summary": "A short description of HTMITools.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/lqwang521/HTMITools",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"lqwang521": "wanglq@htmitech.com"
},
"source": {
"git": "https://git.coding.net/MyCoding521/HTMITools.git",
"tag": "0.1.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": "HTMITools/Classes/**/*",
"dependencies": {
"SDVersion": [
"~> 4.3.2"
],
"RegexKitLite-NoWarning": [
"1.1.0"
]
},
"subspecs": [
{
"name": "HTMIKeychainTool",
"requires_arc": true,
"public_header_files": [
"HTMITools/Classes/HTMIKeychainTool/*.h"
],
"source_files": [
"HTMITools/Classes/HTMIKeychainTool/*"
],
"dependencies": {
"SAMKeychain": [
]
}
},
{
"name": "HTMINetWorkTool",
"requires_arc": true,
"public_header_files": [
"HTMITools/Classes/HTMINetWorkTool/*.h"
],
"source_files": [
"HTMITools/Classes/HTMINetWorkTool/*"
],
"dependencies": {
"AFNetworking": [
"~> 3.1.0"
]
}
},
{
"name": "HTMIZipArchiveTool",
"requires_arc": true,
"public_header_files": [
"HTMITools/Classes/HTMIZipArchiveTool/*.h"
],
"source_files": [
"HTMITools/Classes/HTMIZipArchiveTool/*"
],
"dependencies": {
"SSZipArchive": [
"~> 2.0.1"
]
}
}
]
}