[Add] MixedObject 1.0.0
[CocoaPods.git] / Specs / 7 / a / 1 / CPEncrypting / 0.0.1 / CPEncrypting.podspec.json
blob1be422d8c3c6cfbed4c99322ee1996e3d8aa70ee
2   "name": "CPEncrypting",
3   "version": "0.0.1",
4   "summary": "A simple hash encryption for NSString & NSData.",
5   "description": "一个简单的散列加密.",
6   "homepage": "https://github.com/percycc/CPEncrypting",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Percy Cheng": "percy.cheng@foxmail.com"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "source": {
18     "git": "https://github.com/percycc/CPEncrypting.git",
19     "tag": "0.0.1"
20   },
21   "source_files": "CPEncrypting/CPEncrypting/*.{h,m}",
22   "frameworks": [
23     "UIKit",
24     "Foundation"
25   ],
26   "requires_arc": true