[Add] PlayerUI 0.10.1
[CocoaPods.git] / Specs / f / 7 / d / MD5Encryption / 1.0.0 / MD5Encryption.podspec.json
blob5b43ad43ef363f91ab98d5b84e719413e1654b1c
2   "name": "MD5Encryption",
3   "version": "1.0.0",
4   "summary": "MD5Encryption",
5   "description": "It is a MD5Encryption used on iOS, which implement by Objective-C.",
6   "homepage": "https://github.com/ChenZhenChun",
7   "license": "MIT",
8   "authors": {
9     "ChenZhenChun": "346891964@qq.com"
10   },
11   "source": {
12     "git": "https://github.com/ChenZhenChun/MD5Encryption.git",
13     "tag": "1.0.0",
14     "submodules": true
15   },
16   "platforms": {
17     "ios": "7.0"
18   },
19   "requires_arc": true,
20   "source_files": "MD5Encryption/*.{h,m}",
21   "public_header_files": "MD5Encryption/*.h",
22   "frameworks": [
23     "Foundation",
24     "UIKit"
25   ]