2 "name": "IDZSwiftCommonCrypto",
4 "summary": "A wrapper for Apple's Common Crypto library written in Swift.",
5 "homepage": "https://github.com/iosdevzone/IDZSwiftCommonCrypto",
8 "iOSDevZone": "idz@iosdeveloperzone.com"
10 "social_media_url": "http://twitter.com/iOSDevZone",
18 "git": "https://github.com/iosdevzone/IDZSwiftCommonCrypto.git",
21 "prepare_command": "touch prepare_command.txt\necho 'Running prepare_command'\npwd\necho Running GenerateCommonCryptoModule\n# This was needed to ensure the correct Swift interpreter was \n# used in Xcode 8. Leaving it here, commented out, in case similar \n# issues occur when migrating to Swift 4.0.\n#TC=\"--toolchain com.apple.dt.toolchain.Swift_2_3\"\nSWIFT=\"xcrun $TC swift\"\n$SWIFT ./GenerateCommonCryptoModule.swift macosx .\n$SWIFT ./GenerateCommonCryptoModule.swift iphonesimulator .\n$SWIFT ./GenerateCommonCryptoModule.swift iphoneos .\n$SWIFT ./GenerateCommonCryptoModule.swift appletvsimulator .\n$SWIFT ./GenerateCommonCryptoModule.swift appletvos .\n$SWIFT ./GenerateCommonCryptoModule.swift watchsimulator .\n$SWIFT ./GenerateCommonCryptoModule.swift watchos .",
22 "source_files": "IDZSwiftCommonCrypto",
23 "preserve_paths": "Frameworks",
24 "pod_target_xcconfig": {
25 "SWIFT_VERSION": "3.0",
26 "SWIFT_INCLUDE_PATHS": "${PODS_ROOT}/IDZSwiftCommonCrypto/Frameworks/$(PLATFORM_NAME)",
27 "FRAMEWORK_SEARCH_PATHS": "${PODS_ROOT}/IDZSwiftCommonCrypto/Frameworks/$(PLATFORM_NAME)",
28 "APPLICATION_EXTENSION_API_ONLY": "YES"
30 "pushed_with_swift_version": "3.0"