[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / 2 / 0 / 9 / HFCore / 0.1.13 / HFCore.podspec.json
blobcec8d0b88bea82ef2aad39cda814586f8e380c36
2   "name": "HFCore",
3   "version": "0.1.13",
4   "summary": "Core Utilities for iOS Application",
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://github.com/DragonCherry/HFCore",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "DragonCherry": "mcpdragon@naver.com"
13   },
14   "source": {
15     "git": "https://github.com/DragonCherry/HFCore.git",
16     "tag": "0.1.13"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "HFCore/Classes/**/*",
22   "dependencies": {
23     "HFUtility": [
25     ],
26     "RNCryptor": [
28     ],
29     "SwiftKeychainWrapper": [
31     ],
32     "ReachabilitySwift": [
34     ]
35   }