blob: 47d0d468695de7e27fd011078382688ecd8dc1ca [file] [log] [blame]
{
"name": "HFCore",
"version": "0.1.4",
"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": {
"Dragon Cherry": "mcpdragon@naver.com"
},
"source": {
"git": "https://github.com/DragonCherry/HFCore.git",
"tag": "0.1.4"
},
"platforms": {
"ios": "8.0"
},
"source_files": "HFCore/Classes/**/*",
"dependencies": {
"RNCryptor": [
],
"SwiftKeychainWrapper": [
]
}
}