[Add] PlasoLogger 1.0.2
[CocoaPods.git] / Specs / d / 0 / 3 / SCrypto / 1.0.1 / SCrypto.podspec.json
blobd5105da9425ea40fc45a9dc359c2e21b452956e7
2   "name": "SCrypto",
3   "version": "1.0.1",
4   "summary": "The SCrypto framework provides neat Swift API for CommonCrypto routines.",
5   "homepage": "https://github.com/sgl0v/SCrypto",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Maksym Shcheglov": "maxscheglov@gmail.com"
12   },
13   "social_media_url": "http://twitter.com/sgl0v",
14   "platforms": {
15     "ios": "9.0"
16   },
17   "requires_arc": true,
18   "source": {
19     "git": "https://github.com/sgl0v/SCrypto.git",
20     "tag": "1.0.1",
21     "submodules": true
22   },
23   "source_files": "Source/**/*.{h,swift}",
24   "preserve_paths": "Frameworks",
25   "prepare_command": "sh ./modulemap.sh",
26   "xcconfig": {
27     "SWIFT_INCLUDE_PATHS": "$(PODS_ROOT)/SCrypto/Frameworks/$(PLATFORM_NAME)",
28     "FRAMEWORK_SEARCH_PATHS": "$(PODS_ROOT)/SCrypto/Frameworks/$(PLATFORM_NAME)"
29   }