[Add] Shakuro.PoliteCoreData 1.8.2
[CocoaPods.git] / Specs / d / 0 / 3 / SCrypto / 2.0.0 / SCrypto.podspec.json
blob0b8ba829444bebade6f8f6ff118372c50f602712
2   "name": "SCrypto",
3   "version": "2.0.0",
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     "osx": "10.11",
16     "ios": "9.0"
17   },
18   "requires_arc": true,
19   "source": {
20     "git": "https://github.com/sgl0v/SCrypto.git",
21     "tag": "2.0.0",
22     "submodules": true
23   },
24   "source_files": "Source/**/*.{h,swift}",
25   "preserve_paths": "Frameworks",
26   "prepare_command": "sh ./modulemap.sh",
27   "xcconfig": {
28     "SWIFT_INCLUDE_PATHS": "$(PODS_ROOT)/SCrypto/Frameworks/$(PLATFORM_NAME)",
29     "FRAMEWORK_SEARCH_PATHS": "$(PODS_ROOT)/SCrypto/Frameworks/$(PLATFORM_NAME)"
30   },
31   "pushed_with_swift_version": "3.0"