[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / e / c / a / ESEncryption / 0.0.2 / ESEncryption.podspec.json
blob46d2b23f2a789b945c6713a03d7d767fbf993c9a
2   "name": "ESEncryption",
3   "version": "0.0.2",
4   "summary": "encryption for iOS",
5   "description": "improve efficiency for ios develop",
6   "homepage": "https://github.com/EverydayStep",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "codeLocker": "codeLockers@outlook.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/EverydayStep/ESEncryption.git",
19     "tag": "0.0.2"
20   },
21   "source_files": "ESEncryption/ESEncryption/*.{h,m}",
22   "frameworks": [
23     "UIKit",
24     "Foundation"
25   ],
26   "dependencies": {
27     "GTMBase64": [
28       "1.0.0"
29     ],
30     "ESUtils": [
31       "~> 0.0.3"
32     ]
33   }