blob: 214c5fe7348341ac22ee674f049d69a64db83ddd [file] [log] [blame]
{
"name": "HFCore",
"version": "0.1.3",
"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://bitbucket.org/DragonCherry/hfcore",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Dragon Cherry": "mcpdragon@naver.com"
},
"source": {
"git": "https://bitbucket.org/DragonCherry/hfcore.git",
"tag": "0.1.3"
},
"platforms": {
"ios": "8.0"
},
"source_files": "HFCore/Classes/**/*",
"dependencies": {
"RNCryptor": [
],
"SwiftKeychainWrapper": [
]
}
}