blob: fc683af7795069426ae3aae498471abd049670c3 [file] [log] [blame]
{
"name": "HFCore",
"version": "0.2.1",
"summary": "Core Utilities for iOS Application",
"description": "Handy framework in Swift that most commercial application may require, it contains features about encryption, decryption, JSON(Dictionary), alert, and so many useful utilities in very intuitive way.",
"homepage": "https://github.com/DragonCherry/HFCore",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"DragonCherry": "mcpdragon@naver.com"
},
"source": {
"git": "https://github.com/DragonCherry/HFCore.git",
"tag": "0.2.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "HFCore/Classes/**/*",
"dependencies": {
"HFUtility": [
],
"RNCryptor": [
],
"SwiftKeychainWrapper": [
],
"ReachabilitySwift": [
]
}
}