blob: 4d04ad503392cd1c0d00349908f94908971631df [file] [log] [blame]
{
"name": "HTMITools",
"version": "0.1.1",
"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.1"
},
"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"
]
}
}
]
}