blob: c3ca545356c862ce6ded157c3da96aabbadda613 [file] [log] [blame]
{
"name": "HTMIDBManager",
"version": "1.1.2",
"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.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": [
"HTMIDBManager/Classes/*",
"HTMIDBManager/Classes/DBService/*",
"HTMIDBManager/Classes/HTMIAddressBookModels/*",
"HTMIDBManager/Classes/Models/*",
"HTMIDBManager/Classes/Portal/*"
],
"dependencies": {
"FMDB/SQLCipher": [
"2.5"
],
"HTMIBaseComponent": [
],
"ReactiveObjC": [
"~> 3.0.0"
]
},
"subspecs": [
{
"name": "DDFileReader",
"requires_arc": false,
"public_header_files": [
"HTMIDBManager/Classes/DDFileReader/*.h"
],
"source_files": [
"HTMIDBManager/Classes/DDFileReader/*"
]
}
]
}