blob: 1f0445515d107064a7a66c02fa20c4afdac9cf71 [file] [log] [blame]
{
"name": "HFCore",
"version": "0.1.8",
"summary": "Handy framework in Swift",
"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.1.8"
},
"platforms": {
"ios": "8.0"
},
"source_files": "HFCore/Classes/**/*",
"dependencies": {
"RNCryptor": [
],
"SwiftKeychainWrapper": [
],
"ReachabilitySwift": [
]
}
}