[Add] ENG 0.0.4
[CocoaPods.git] / Specs / 6 / 4 / 5 / SimpleEncrypt / 0.0.1 / SimpleEncrypt.podspec.json
blob1df71e60ca2dcb986480c3b44b5ce40ed3d0416b
2   "name": "SimpleEncrypt",
3   "version": "0.0.1",
4   "summary": "A short description of SimpleEncrypt.",
5   "description": "An easy method to encrypt.",
6   "homepage": "https://github.com/acct<blob>=<NULL>/SimpleEncrypt",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "EriceWang": "wangerdong@treefinance.com.cn"
13   },
14   "source": {
15     "git": "https://github.com/Chasingdreamboy/SimpleEncrypt.git",
16     "tag": "0.0.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": [
22     "SimpleEncrypt/GTMBase64/*",
23     "SimpleEncrypt/RSA/*"
24   ],
25   "public_header_files": [
26     "Pod/GTMBase64/*.h",
27     "SimpleEncrypt/RSA/*.h"
28   ],
29   "frameworks": [
30     "UIKit",
31     "Security"
32   ]