blob: 492bfd88172a9f14fc3486c3d8db53c76b466adc [file] [log] [blame]
{
"name": "HTMIDBManager",
"version": "1.1.4",
"summary": "A short description of HTMIDBManager.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://git.coding.net/MyCoding521/HTMIDBManager",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"zhaozhiguo": "553002177@qq.com"
},
"source": {
"git": "https://git.coding.net/MyCoding521/HTMIDBManager.git",
"tag": "1.1.4"
},
"platforms": {
"ios": "8.0"
},
"source_files": [
"HTMIDBManager/Classes/**/*"
],
"dependencies": {
"FMDB/SQLCipher": [
"2.5"
],
"HTMIBaseComponent": [
"~> 1.1.8"
]
},
"subspecs": [
{
"name": "DBService",
"requires_arc": true,
"public_header_files": [
"HTMIDBManager/Classes/DBService/*.h"
],
"source_files": [
"HTMIDBManager/Classes/DBService/*"
]
},
{
"name": "DDFileReader",
"requires_arc": false,
"public_header_files": [
"HTMIDBManager/Classes/DDFileReader/*.h"
],
"source_files": [
"HTMIDBManager/Classes/DDFileReader/*"
]
}
]
}