[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / 2 / 0 / 9 / HFCore / 0.1.3 / HFCore.podspec.json
blob214c5fe7348341ac22ee674f049d69a64db83ddd
2   "name": "HFCore",
3   "version": "0.1.3",
4   "summary": "Handy framework in Swift",
5   "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.",
6   "homepage": "https://bitbucket.org/DragonCherry/hfcore",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Dragon Cherry": "mcpdragon@naver.com"
13   },
14   "source": {
15     "git": "https://bitbucket.org/DragonCherry/hfcore.git",
16     "tag": "0.1.3"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "HFCore/Classes/**/*",
22   "dependencies": {
23     "RNCryptor": [
25     ],
26     "SwiftKeychainWrapper": [
28     ]
29   }