[Add] TensorFlowLiteObjC 0.0.1-nightly.20241226
[CocoaPods.git] / Specs / c / f / 7 / ABCrypto / 1.0.1 / ABCrypto.podspec.json
blob2339a6fff93fe0c3e69ba85ffe8d76318812aae9
2   "name": "ABCrypto",
3   "version": "1.0.1",
4   "summary": "This pod help developers to encrypt/decrypt the NSData using CommonCrypto lib",
5   "description": "This pod help developers to encrypt/decrypt the NSData using CommonCrypto lib. Pod can be used in iOS applications which runs Objective-C, Swift or any of the private/public pods without bridging headers. Courtesy to Richard Warrender for the NSData extension.",
6   "homepage": "https://github.com/abhilashpnayar/ABCrypto",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "abhilashpnayar": "abhilashpnayar@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/abhilashpnayar/ABCrypto.git",
16     "tag": "1.0.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "ABCrypto/Classes/**/*"