[Add] PINOperation 1.2.2
[CocoaPods.git] / Specs / b / 6 / e / GCDate / 1.0.0 / GCDate.podspec.json
blob3ce66611aaff1baaca205f63b5f98852913243c7
2   "name": "GCDate",
3   "version": "1.0.0",
4   "license": "LICENSE",
5   "summary": "Fast encryption string used on iOS, which implement by Objective-C.",
6   "homepage": "https://github.com/Sky891028/GCDate",
7   "authors": {
8     "sky891028": "sky891028@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/Sky891028/GCDate.git",
12     "tag": "1.0.1"
13   },
14   "requires_arc": true,
15   "description": "Fast encryption string, the current support for MD5 (16, 32), Sha1, Base64",
16   "source_files": "GCDate/**/*.{h,m}",
17   "platforms": {
18     "ios": "7.0"
19   }