[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 7 / a / 1 / CPEncrypting / 1.0.0 / CPEncrypting.podspec.json
blob889df6377ee79aa08adf45c8de43211a81899b31
2   "name": "CPEncrypting",
3   "version": "1.0.0",
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": "1.0.0"
20   },
21   "source_files": "CPEncrypting/*.{h,m}",
22   "frameworks": [
23     "UIKit",
24     "Foundation"
25   ],
26   "requires_arc": true