[Add] FaceCoreBasicNightly 6.2.803
[CocoaPods.git] / Specs / 2 / 1 / 5 / LaraCrypt / 0.1.2 / LaraCrypt.podspec.json
blob3b25de0455b81890df535d31c523349ccc0eea3f
2   "name": "LaraCrypt",
3   "version": "0.1.2",
4   "summary": "Laravel encryption method for Swift.",
5   "description": "Laravel encryption and decryption method with using AES-256-CBC and base64 key for Swift.",
6   "homepage": "https://github.com/FardadCo/LaraCrypt",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "FardadCo": "developers@fardad.co"
13   },
14   "source": {
15     "git": "https://github.com/FardadCo/LaraCrypt.git",
16     "tag": "0.1.2"
17   },
18   "source_files": "LaraCrypt/Classes/**/*",
19   "platforms": {
20     "ios": "9.0"
21   },
22   "social_media_url": "https://twitter.com/fardadco",
23   "pod_target_xcconfig": {
24     "SWIFT_VERSION": "3.0"
25   },
26   "pushed_with_swift_version": "3.0"