[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 3 / a / 4 / LongEncrypt / 1.0.2 / LongEncrypt.podspec.json
blobb8bb29bdf60b52cda4c6243f062c86aa3fedda9d
2   "name": "LongEncrypt",
3   "version": "1.0.2",
4   "license": "MIT",
5   "summary": "An Objective-C tool for Encrypt",
6   "homepage": "https://github.com/lizilong1989/LongEncrypt",
7   "authors": {
8     "zilong.li": "15131968@qq.com"
9   },
10   "source": {
11     "git": "https://github.com/lizilong1989/LongEncrypt.git",
12     "tag": "1.0.2"
13   },
14   "source_files": "src/**/*.{h,m,mm}",
15   "public_header_files": "src/**/*.{h}",
16   "platforms": {
17     "ios": "6.0"
18   },
19   "requires_arc": true,
20   "frameworks": "Security",
21   "xcconfig": {
22     "OTHER_LDFLAGS": "-ObjC"
23   }