blob: f52da97615f19d56c75aa8ec6080c9fd24b35e9c [file] [log] [blame]
{
"name": "HCKit",
"version": "0.0.2",
"summary": "A Kit for Hua Chen.",
"description": " A longer description of HCKit in Markdown format.\n\n * Think: Why did you write this? What is the focus? What does it do?\n * CocoaPods will be using this to generate tags, and improve search results.\n * Try to keep it short, snappy and to the point.\n * Finally, don't worry about the indent, CocoaPods strips it!\n",
"homepage": "https://github.com/huachen206/HCKit",
"license": "MIT",
"authors": {
"huachen206": "huachen206@163.com"
},
"platforms": {
"ios": "6.1"
},
"source": {
"git": "https://github.com/huachen206/HCKit.git",
"tag": "0.0.2",
"submodules": true
},
"source_files": [
"HCKit/HCKit.h",
"HCKit/RequestApi/*.*",
"HCKit/Utility/*.*",
"HCKit/CommonCategory/*.*",
"HCKit/HCSQLHelp/*.*",
"HCKit/sources/*.*",
"HCKit/classes/*.*",
"HCKit/baseViewControllers/*.*",
"HCKit/HUDService/*.*"
],
"public_header_files": "HCKit/*.h",
"frameworks": "UIKit",
"ios": {
"dependencies": {
"AFNetworking": [
"~> 2.3.1"
],
"BlocksKit": [
"~> 2.2.3"
],
"FMDB": [
"~> 2.3"
],
"FMDBHelpers": [
"~> 0.0.7"
],
"HTDelegateProxy": [
"~> 1.0.1"
],
"libextobjc": [
"~> 0.4"
],
"SVProgressHUD": [
"~> 1.0"
],
"SIAlertView": [
"~> 1.3"
]
}
}
}